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
05a2091e7d
commit
8b39669b62
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
const env = process.env;
|
||||
|
||||
const config = {
|
||||
url: env.URL,
|
||||
host: env.HOST,
|
||||
port: env.PORT,
|
||||
db: {
|
||||
host: env.DB_HOST,
|
||||
user: env.DB_USER,
|
||||
|
|
Loading…
Reference in a new issue