Update config

This commit is contained in:
Moe Poi ~ 2021-11-16 06:42:43 +07:00
parent db47de1cf5
commit 913aeaad19

View file

@ -1,6 +1,7 @@
const env = process.env;
const config = {
host: env.HOST,
db: {
host: env.DB_HOST,
user: env.DB_USER,