mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
Update noalyss.conf
This commit is contained in:
parent
68ef38d486
commit
a0c05f45a5
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@ define ("NOALYSS_ADMINISTRATOR","__ADMIN__");
|
||||||
// used only for install
|
// used only for install
|
||||||
define ("NOALYSS_ADMIN_PASSWORD","__PASSWORD__");
|
define ("NOALYSS_ADMIN_PASSWORD","__PASSWORD__");
|
||||||
define ("LOCALE",1);
|
define ("LOCALE",1);
|
||||||
define ("domaine","__DOMAIN____PATH__");
|
define ("domaine","");
|
||||||
define ("MULTI",1);
|
define ("MULTI",1);
|
||||||
define ("dbname","__DB_NAME__");
|
define ("dbname","__DB_NAME__");
|
||||||
// Uncomment to DEBUG
|
// Uncomment to DEBUG
|
||||||
// define ("DEBUG",TRUE);
|
define ("DEBUG",TRUE);
|
||||||
// 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
|
||||||
|
|
Loading…
Reference in a new issue