diff --git a/config.js.example b/config.js.example index 4ba1bc6..3d2f6b0 100644 --- a/config.js.example +++ b/config.js.example @@ -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,