mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Update config.php
This commit is contained in:
parent
94045d1f95
commit
e60c6e93d3
1 changed files with 3 additions and 3 deletions
|
@ -20,10 +20,10 @@ define("SMTP_PORT", 25);
|
||||||
define("SMTP_MAIL", "__APP__@__DOMAIN__");
|
define("SMTP_MAIL", "__APP__@__DOMAIN__");
|
||||||
define("SMTP_PASSWORD", "");
|
define("SMTP_PASSWORD", "");
|
||||||
|
|
||||||
define("CREATION_COMPTE", __CRE_COMPTE__);
|
define("CREATION_COMPTE", __CREATION_COMPTE__);
|
||||||
define("CONNEXION_COMPTE", __CON_COMPTE__);
|
define("CONNEXION_COMPTE", __CONNEXION_COMPTE__);
|
||||||
|
|
||||||
define("CSV_SEP", "__SEPARATEUR_CSV__");
|
define("CSV_SEP", "__CSV_SEP__");
|
||||||
|
|
||||||
define("PHP_SECURE_COOKIES", true);
|
define("PHP_SECURE_COOKIES", true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue