. */ ################################################################################## # This file should be renamed to config.php and filled in with the correct data. # ################################################################################## // MySQL server on which photos are stored define("MYSQL_HOST", "localhost"); // host name define("MYSQL_USER", "photo"); // user name define("MYSQL_PASS", ""); // password define("MYSQL_DB", "photo"); // database // MySQL server from which list of bodies is imported define("MYSQL_AB_HOST", ""); // host name define("MYSQL_AB_USER", ""); // user name define("MYSQL_AB_PASS", ""); // password define("MYSQL_AB_DB", ""); // database // E-mail addresses // You can provide something like this: "\"name\" " // or simply "name@server.com" define("WEBMASTER_MAIL", ""); // E-mail address of webmaster. define("RUNDAILY_MAIL", ""); // E-mail address of the rundaily script (used as sender) // From which hosts is the rundaily script allowed to be called (semi-colon (;) separated list)? define("RUNDAILY_ALLOWED_HOSTS", "127.0.0.1;127.0.0.2"); ?>