mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 14:26:29 +01:00
Update config
This commit is contained in:
parent
29fbdeedde
commit
9a81da7a3b
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ const config = {
|
||||||
password: env.DB_PASSWORD,
|
password: env.DB_PASSWORD,
|
||||||
database: env.DB_NAME,
|
database: env.DB_NAME,
|
||||||
},
|
},
|
||||||
|
mail: {
|
||||||
|
host: env.MAIL_HOST,
|
||||||
|
port: env.MAIL_PORT,
|
||||||
|
user: env.MAIL_USER,
|
||||||
|
password: env.MAIL_PASSWORD
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
Loading…
Reference in a new issue