<?php
$alternateserver = 'alternate_mysql_db_server_here';
$alternatedbname = 'alternate_mysql_db_name_here';
$alternatepassword = 'alternate_mysql_password_here';
$alternateuser = 'alternate_mysql_user_here';
$alternatetableprefix = 'cpg_';
/* do not alter any lines in this file other than replacing
   the placeholders with your connection information,
   do not remove any lines from this file,
   do not add any lines or carriage returns */
?>