1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-03-13 11:18:30 +01:00

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,