2009-06-15 23:13:24 +01:00
|
|
|
# CONFIGURATION FILE for setup_status_network.sh
|
|
|
|
|
2009-06-23 19:22:54 +01:00
|
|
|
export DBHOST=localhost
|
|
|
|
export DBHOSTNAME=masterdb.example.net
|
2009-06-15 23:13:24 +01: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-23 18:43:50 +01:00
|
|
|
export BACKGROUNDBASE=/var/www/background.example.net
|
|
|
|
export FILEBASE=/var/www/file.example.net
|
2009-06-23 17:19:54 +01:00
|
|
|
export PWDGEN="pwgen 20"
|
2010-01-27 18:08:24 +00: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-27 23:37:18 +00:00
|
|
|
export POSTINSTALL=/etc/statusnet/morestuff.sh
|
2011-05-05 22:38:19 +01:00
|
|
|
export WEBUSER=www-data
|
|
|
|
export WEBGROUP=www-data
|
2011-06-01 15:53:46 +01:00
|
|
|
export TAGS=tag1,tag2,tag3
|