2009-06-16 07:13:24 +09:00
|
|
|
# CONFIGURATION FILE for setup_status_network.sh
|
|
|
|
|
2009-06-24 03:22:54 +09:00
|
|
|
export DBHOST=localhost
|
|
|
|
export DBHOSTNAME=masterdb.example.net
|
2009-06-16 07:13:24 +09:00
|
|
|
export DBBASE=_example_net
|
|
|
|
export USERBASE=_example_net
|
|
|
|
export ADMIN=root
|
|
|
|
export ADMINPASS=yourpassword
|
|
|
|
export SITEDB=example_net_site
|
|
|
|
export AVATARBASE=/var/www/avatar.example.net
|
2009-06-24 02:43:50 +09:00
|
|
|
export BACKGROUNDBASE=/var/www/background.example.net
|
|
|
|
export FILEBASE=/var/www/file.example.net
|
2009-06-24 01:19:54 +09:00
|
|
|
export PWDGEN="pwgen 20"
|
2010-01-28 03:08:24 +09:00
|
|
|
export PHPBASE=/var/www/statusnet
|
|
|
|
export WILDCARD=example.net
|
|
|
|
export MAILTEMPLATE=/etc/statusnet/newsite-mail.txt
|
|
|
|
export MAILSUBJECT="Your new StatusNet site"
|
2010-01-28 08:37:18 +09:00
|
|
|
export POSTINSTALL=/etc/statusnet/morestuff.sh
|