Update config

This commit is contained in:
Moe Poi ~ 2021-11-16 13:28:46 +07:00
parent 88ba3a5d33
commit 3ac53b3e65

View file

@ -7,6 +7,7 @@ const config = {
user: env.DB_USER,
password: env.DB_PASSWORD,
database: env.DB_NAME,
connectTimeout: env.DB_TIMEOUT,
},
mail: {
host: env.MAIL_HOST,