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
e7982f29ee
commit
6988fa00a9
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
** https://github.com/jean-io/moncycle.app
|
||||
*/
|
||||
|
||||
define("DB_HOST", "");
|
||||
define("DB_HOST", "localhost");
|
||||
define("DB_ID", "__APP__");
|
||||
define("DB_NAME", "__APP__");
|
||||
define("DB_PORT", 3306);
|
||||
define("DB_PASSWORD", "__DB_PWD__");
|
||||
|
||||
define("SMTP_HOST", 'localhost');
|
||||
define("SMTP_HOST", "localhost");
|
||||
define("SMTP_PORT", 25);
|
||||
define("SMTP_MAIL", "__APP__@__DOMAIN__");
|
||||
define("SMTP_PASSWORD", "");
|
||||
|
|
Loading…
Reference in a new issue