]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/setup.cfg.sample
Default to not include delete verbs in notice streams
[quix0rs-gnu-social.git] / scripts / setup.cfg.sample
index ef33cd63274f0df0db7879f9f2ce1f13d1ceaa57..3296bbe043425f7b859047340efe51ec1dbc9457 100644 (file)
@@ -1,8 +1,7 @@
 # CONFIGURATION FILE for setup_status_network.sh
 
-# Base database name; full name will include nickname
-
-export DBHOST=masterdb.example.net
+export DBHOST=localhost
+export DBHOSTNAME=masterdb.example.net
 export DBBASE=_example_net
 export USERBASE=_example_net
 export ADMIN=root
@@ -12,4 +11,11 @@ export AVATARBASE=/var/www/avatar.example.net
 export BACKGROUNDBASE=/var/www/background.example.net
 export FILEBASE=/var/www/file.example.net
 export PWDGEN="pwgen 20"
-
+export PHPBASE=/var/www/statusnet
+export WILDCARD=example.net
+export MAILTEMPLATE=/etc/statusnet/newsite-mail.txt
+export MAILSUBJECT="Your new StatusNet site"
+export POSTINSTALL=/etc/statusnet/morestuff.sh
+export WEBUSER=www-data
+export WEBGROUP=www-data
+export TAGS=tag1,tag2,tag3