KON-103 Q-Umgebung in CI aufnehmen
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 978bba4..ccfe59b 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -79,7 +79,7 @@
 spring:
   profiles: qserver
   datasource:
-    url: jdbc:postgresql://entopticadirx:5432/ContactBaseDataQa
+    url: jdbc:postgresql://localhost:5432/ContactBaseDataQa
     username: cbd_service
     password: cbd_service
   flyway:
@@ -103,5 +103,5 @@
 
 authNAuthService:
   ribbon:
-    listOfServers: http://localhost:8880
+    listOfServers: http://localhost:8380