From e74da7f00addd547f297732ce08d5c38c143eec2 Mon Sep 17 00:00:00 2001 From: lesion Date: Wed, 12 Jun 2019 17:10:43 +0200 Subject: [PATCH] config fix --- config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }