. */ #################################################################### # 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 // MySQL AB server define("MYSQL_AB_HOST", "localhost"); // host name define("MYSQL_AB_USER", ""); // user name define("MYSQL_AB_PASS", ""); // password define("MYSQL_AB_DB", "ab"); // database // Authentication system define("AUTH_SYSTEM", "Intranet"); // [None|Intranet] // Authentication system configuration - Intranet 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 // 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"); // 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 define("HEADOFFICEEMAIL", ""); // e-mail of headoffice // Operation mode define("PRODUCTION_MODE", true); // Does the application run in production mode (otherwise development) // Other settings define("SECRET", ""); // Random string to encrypt certain data 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("MAXLISTLENGTH", 100); // Maximum number of rows to show in a list define("LAYOUT_DEFAULT", "aegee2005"); // Default layout to be used (should be existing directory in /layout/). define("LOGFILE", "/tmp/logs/statutory-#.log"); // File where log is written to. When a '#' is added, it will be replaced by the current date (Ymd) define("MAIN_ADMIN_EVENT_ID", 1); // The id of the event which is the root event (key=.) define("MAIN_ADMIN_EVENT_ROLE_NO_ACCESS", 10); // The id of the no access role for the core type ?>