mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-13 01:46:23 +01:00
Update config
This commit is contained in:
parent
db47de1cf5
commit
913aeaad19
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
const env = process.env;
|
||||
|
||||
const config = {
|
||||
host: env.HOST,
|
||||
db: {
|
||||
host: env.DB_HOST,
|
||||
user: env.DB_USER,
|
||||
|
|
Loading…
Reference in a new issue