gnu-social/scripts/setup.cfg.sample
2009-06-23 09:19:54 -07:00

14 lines
347 B
Plaintext

# CONFIGURATION FILE for setup_status_network.sh
# Base database name; full name will include nickname
export DBHOST=masterdb.example.net
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
export PWDGEN="pwgen 20"