mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-18 07:10:39 +01:00
Update Config
This commit is contained in:
parent
05a2091e7d
commit
8b39669b62
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
||||||
const env = process.env;
|
const env = process.env;
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
|
url: env.URL,
|
||||||
host: env.HOST,
|
host: env.HOST,
|
||||||
|
port: env.PORT,
|
||||||
db: {
|
db: {
|
||||||
host: env.DB_HOST,
|
host: env.DB_HOST,
|
||||||
user: env.DB_USER,
|
user: env.DB_USER,
|
||||||
|
|
Loading…
Reference in a new issue