mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 10:26:40 +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 env = process.env;
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
|
host: env.HOST,
|
||||||
db: {
|
db: {
|
||||||
host: env.DB_HOST,
|
host: env.DB_HOST,
|
||||||
user: env.DB_USER,
|
user: env.DB_USER,
|
||||||
|
|
Loading…
Reference in a new issue