mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
Updated noalyss.conf template to match the content of the last version of the software (9025)
This commit is contained in:
parent
88780f44b0
commit
6e6651e66e
1 changed files with 14 additions and 2 deletions
|
@ -19,8 +19,15 @@ define ("LOCALE",1);
|
||||||
define ("domaine","");
|
define ("domaine","");
|
||||||
define ("MULTI",1);
|
define ("MULTI",1);
|
||||||
define ("dbname","");
|
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
|
// Uncomment to log your input
|
||||||
// define ("LOGINPUT",TRUE);
|
// define ("LOGINPUT",TRUE);
|
||||||
// Uncomment if you want to activate the possibility to reinitialize
|
// Uncomment if you want to activate the possibility to reinitialize
|
||||||
|
@ -74,3 +81,8 @@ define ("DEBUG",TRUE);
|
||||||
// define ('SESSION_KEY','abcde');
|
// define ('SESSION_KEY','abcde');
|
||||||
// Max size is defined by default to 2MB, it could be also needed to modify PHP Ini file
|
// Max size is defined by default to 2MB, it could be also needed to modify PHP Ini file
|
||||||
// define ("MAX_FILE_SIZE",2097152);
|
// define ("MAX_FILE_SIZE",2097152);
|
||||||
|
// Create your own SESSION_KEY
|
||||||
|
// define ("SESSION_KEY","irazap492pq11");
|
||||||
|
//
|
||||||
|
// Audit everything
|
||||||
|
// define ("AUDIT_ENABLE",true);
|
||||||
|
|
Loading…
Reference in a new issue