diff --git a/config.example.js b/config.example.js index 3aff4ebe..7d71958e 100644 --- a/config.example.js +++ b/config.example.js @@ -67,4 +67,4 @@ const config = { db: DB_CONF[env] } -module.exports = config +module.exports = { ...config, ...config.db }