config fix
This commit is contained in:
@@ -67,4 +67,4 @@ const config = {
|
|||||||
db: DB_CONF[env]
|
db: DB_CONF[env]
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = config
|
module.exports = { ...config, ...config.db }
|
||||||
|
|||||||
Reference in New Issue
Block a user