- Added master failover database config option.

This commit is contained in:
JT Smith 2007-03-14 04:10:03 +00:00
parent f8c0cb1041
commit 98331a137e
3 changed files with 19 additions and 0 deletions

View file

@ -146,6 +146,19 @@
# "pass" : "password"
# },
# You can configure a backup master database as a failover in case
# your primary database goes down. WebGUI will use this database until
# the original becomes available. However, this does nothing to change
# the settings of your database. If it was set up as a slave until the
# master went down, then some script will have to be written to convert
# it from a slave to a master.
# "failoverdb" : {
# "dsn" : "DBI:mysql:www_example_com;host=failover.example.com;port=3306",
# "user" : "webgui",
# "password" : "password"
# },
# Set this value if you wish to override all outbound emails to a specific
# user for testing purposes.