2009-06-16 07:13:24 +09:00
|
|
|
# CONFIGURATION FILE for setup_status_network.sh
|
|
|
|
|
|
|
|
# Base database name; full name will include nickname
|
|
|
|
|
2009-06-18 08:30:16 +09:00
|
|
|
export DBHOST=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 01:19:54 +09:00
|
|
|
export PWDGEN="pwgen 20"
|
2009-06-16 07:13:24 +09:00
|
|
|
|