From b127f995fd93d565fd67bf404a3c4eb05b4e3760 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Wed, 11 Dec 2019 11:24:53 +0100
Subject: [PATCH] caps fixed config

---
 config/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.js b/config/config.js
index 1d40a39a..c0d068db 100644
--- a/config/config.js
+++ b/config/config.js
@@ -20,7 +20,7 @@ module.exports = {
       user: 'DBManager',          // DB username
       password: 'Stuttgart2019',  // DB password
       port: 3306,                 // MySQL port
-      dbUser: 'userDB',           // User DB
+      dbUser: 'userdb',           // User DB
       dbProject: 'projectDB'     // Project DB
     },
     mailer: {
-- 
GitLab