This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# CONFIGURATION FILE for setup_status_network.sh |
| 2 |
|
| 3 |
export DBHOST=localhost |
| 4 |
export DBHOSTNAME=masterdb.example.net |
| 5 |
export DBBASE=_example_net |
| 6 |
export USERBASE=_example_net |
| 7 |
export ADMIN=root |
| 8 |
export ADMINPASS=yourpassword |
| 9 |
export SITEDB=example_net_site |
| 10 |
export AVATARBASE=/var/www/avatar.example.net |
| 11 |
export BACKGROUNDBASE=/var/www/background.example.net |
| 12 |
export FILEBASE=/var/www/file.example.net |
| 13 |
export PWDGEN="pwgen 20" |
| 14 |
export PHPBASE=/var/www/statusnet |
| 15 |
export WILDCARD=example.net |
| 16 |
export MAILTEMPLATE=/etc/statusnet/newsite-mail.txt |
| 17 |
export MAILSUBJECT="Your new StatusNet site" |
| 18 |
export POSTINSTALL=/etc/statusnet/morestuff.sh |