# Customer databases put in this file will have "peon-side mysql debugging" turned
# on for them.
#
# Definitions
# $dbname 		= the name of the customer's database
# $mysqlhostname 	= the mysql dns hostname associated with $dbname
# $dbuser	 	= the db user associated with the $dbname 
# $dbpassword	 	= the password for that user 
# $webserver1		= the webserver associated with the base domain 
# 			  (eg, if $mysqlhostname were mysql.domain.com, then it would be 
#			   whatever webserver that serves domain.com)
# $webserver2		= i'm not sure why i put multiple webservers in here
#
# Copy the following line, uncomment the copy and edit its contents.
# Multiple lines are allowed.
#dbi:mysql:database=dbname;host=mysqlhostname dbuser dbpassword , webserver1, webserver2, webserver3...
