diff --git a/config.js.example b/config.js.example index 8892d2a..1faa03d 100644 --- a/config.js.example +++ b/config.js.example @@ -1,6 +1,7 @@ const env = process.env; const config = { + host: env.HOST, db: { host: env.DB_HOST, user: env.DB_USER,