From fea7ac36f7fdd24780f16c4c8eb7db6a764e49bf Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Tue, 10 Dec 2019 18:48:25 +0100 Subject: [PATCH] update User DB --- config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js b/config/config.js index cf1ae0cd..dfcd65ef 100644 --- a/config/config.js +++ b/config/config.js @@ -18,7 +18,7 @@ module.exports = { user: 'DBManager', // DB username password: 'Stuttgart2019', // DB password port: 3306, // MySQL port - db: 'test_db', // User DB + dbUser: 'userdb', // User DB dbProject: 'projectdb' // Project DB }, mailer: { -- GitLab