. */ #################################################################### # This file should be renamed to config.php and filled in with the # # correct data. # #################################################################### // MySQL server define("MYSQL_HOST", "localhost"); // host name define("MYSQL_USER", "statutory"); // user name define("MYSQL_PASS", ""); // password define("MYSQL_DB", "statutory"); // database // E-mail addresses define("WEBMASTEREMAIL", ""); // e-mail address of webmaster define("MAILRETURNPATH", ""); // e-mail address where delivery // errors should be send define("CHAIREMAIL", ""); // e-mail address of chair define("CHAIRNAME", "Chair team AEGEE-Europe"); // name of chair // Debug settings define("DEBUG", false); // Debug mode? define("DEVELOPMENTVERSION", false); // Is this development version? // Other settings define("MAILFOOTER", "\n\n\n====================================\nThis mail was send automatically by the application\nform for AEGEE-Europe statutory events."); // Footer to be appended to all mails define("MAXLIST", 100); // Maximum number of rows to show in a list define("AUTHINTRANET_URI", "ldap://localhost"); // Url of intranet LDAP server define("AUTHINTRANET_BASEDN", ""); // Base DN of the intranet LDAP server define("AUTHINTRANET_DN", ""); // DN to log in with to search usernames/mails define("AUTHINTRANET_PWD", ""); // Password to log in with to search usernames/mails $setup['AuthSystem'] = "None"; // [None|Intranet] ?>