From 6e6651e66e6dbeb17467788c07c1074167de89b9 Mon Sep 17 00:00:00 2001 From: oleole39 Date: Thu, 19 Jan 2023 03:40:36 +0100 Subject: [PATCH] Updated noalyss.conf template to match the content of the last version of the software (9025) --- conf/noalyss.conf | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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);