GNM-193 Continuous Deployment für alle noch nicht vorhandenen Module (Trunks) einrichten
diff --git a/src/main/resources/backendConfigProduction.json b/src/main/resources/backendConfigProduction.json
index a01fbba..1ed733e 100644
--- a/src/main/resources/backendConfigProduction.json
+++ b/src/main/resources/backendConfigProduction.json
@@ -1,10 +1,10 @@
 {
   "internalSessionLengthMillis": 46800000,
   "reloadUsersInSec": 300,
-  "authServerUrl": "http://localhost:8090/",
-  "keycloakRealm": "MainDonauNetz",
+  "authServerUrl": "http://localhost:8380/",
+  "keycloakRealm": "OpenKRealm",
   "keycloakClient": "elogbook-backend",
   "keycloakAdmin": "admin",
-  "keycloakPW": "Gfxt!T123",
+  "keycloakPW": "admin",
   "maxLoadUsers": 1000
-}
\ No newline at end of file
+}
diff --git a/src/main/resources/moduleConfigProduction.json b/src/main/resources/moduleConfigProduction.json
index 96b1aaa..e685f3c 100644
--- a/src/main/resources/moduleConfigProduction.json
+++ b/src/main/resources/moduleConfigProduction.json
@@ -4,7 +4,7 @@
     "cols": 1,
     "rows": 1,
     "color": "#ffffff",
-    "link": "http://87.128.212.254/elogbookFE",
+    "link": "https://169.50.13.154/elogbookFE",
     "pictureLink": "https://www.openkonsequenz.de/medien/cache/main_image/m_logbuch_2443636.jpg",
     "requiredRole": "elogbook-access"
 
@@ -23,7 +23,7 @@
     "cols": 1,
     "rows": 1,
     "color": "#ffffff",
-    "link": "https://www.openkonsequenz.de/anwender/11-geplante-projekte/20-eisman",
+    "link": "https://169.50.13.154/eisman",
     "pictureLink": "https://www.openkonsequenz.de/medien/cache/main_image/l_ok_module6.jpg",
     "requiredRole": "feedin-management-access"
   },
@@ -32,8 +32,8 @@
     "cols": 1,
     "rows": 1,
     "color": "#ffffff",
-    "link": "https://www.openkonsequenz.de/anwender/11-geplante-projekte/64-geplante-netzmassnahme",
+    "link": "http://169.50.13.154/plannedGridMeasures",
     "pictureLink": "https://www.openkonsequenz.de//components/com_flexicontent/librairies/phpthumb/phpThumb.php?src=/medien/cache/main_image/l_ok_module5.jpg",
     "requiredRole": "planned-policies-access"
   }
-]
\ No newline at end of file
+]