diff --git a/conf/noalyss.conf b/conf/noalyss.conf index 236a341..26910a0 100644 --- a/conf/noalyss.conf +++ b/conf/noalyss.conf @@ -19,8 +19,15 @@ define ("LOCALE",1); define ("domaine",""); define ("MULTI",1); define ("dbname",""); - // Uncomment to DEBUG -define ("DEBUG",TRUE); + +/* + * DEBUGNOALYSS let you see more information when you develop. + * 0 = for production + * 1 = display all errors + * 2 = display all errors + more information + */ + +define ("DEBUGNOALYSS",0); // Uncomment to log your input // define ("LOGINPUT",TRUE); // Uncomment if you want to activate the possibility to reinitialize @@ -74,3 +81,8 @@ define ("DEBUG",TRUE); // define ('SESSION_KEY','abcde'); // Max size is defined by default to 2MB, it could be also needed to modify PHP Ini file // define ("MAX_FILE_SIZE",2097152); +// Create your own SESSION_KEY +// define ("SESSION_KEY","irazap492pq11"); +// +// Audit everything +// define ("AUDIT_ENABLE",true);