diff --git a/config/config.js b/config/config.js index cf1ae0cd16897917fffc9bcc5b7bb61c640f7ebc..dfcd65ef417a6cc3247ffbb84763254b7996b9e9 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: {