From afa2e946b1b3bb00c504288088e448525ec6066d Mon Sep 17 00:00:00 2001
From: Yanick Minder <79108296+kcinay055679@users.noreply.github.com>
Date: Mon, 4 Nov 2024 16:51:13 +0100
Subject: [PATCH] Fix/fix git history (#1125)
* fix history
* fix hist
---
.run/OkrApplication-local-prod-debug.run.xml | 17 -----------------
backend/pom.xml | 2 --
.../resources/application-staging.properties | 6 +++---
3 files changed, 3 insertions(+), 22 deletions(-)
delete mode 100755 .run/OkrApplication-local-prod-debug.run.xml
diff --git a/.run/OkrApplication-local-prod-debug.run.xml b/.run/OkrApplication-local-prod-debug.run.xml
deleted file mode 100755
index 15ae63f4ef..0000000000
--- a/.run/OkrApplication-local-prod-debug.run.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/backend/pom.xml b/backend/pom.xml
index c08dbe7279..0ff606b46f 100644
--- a/backend/pom.xml
+++ b/backend/pom.xml
@@ -207,8 +207,6 @@
${project.build.directory}/jacoco-output/merged.exec
-
-
diff --git a/backend/src/main/resources/application-staging.properties b/backend/src/main/resources/application-staging.properties
index 31ce92a3c2..f6ed597a6a 100644
--- a/backend/src/main/resources/application-staging.properties
+++ b/backend/src/main/resources/application-staging.properties
@@ -4,7 +4,7 @@ logging.level.org.springframework=debug
connect.src=http://localhost:8544 http://localhost:8545
-hibernate.connection.url=jdbc:postgresql://okr-dev-db:5432/okr
+hibernate.connection.url=jdbc:postgresql://localost:5432/okr
hibernate.connection.username=user
hibernate.connection.password=pwd
hibernate.multiTenancy=SCHEMA
@@ -16,7 +16,7 @@ okr.datasource.driver-class-name=org.postgresql.Driver
okr.user.champion.usernames=peggimann
# pitc
-okr.tenants.pitc.datasource.url=jdbc:postgresql://okr-dev-db:5432/okr
+okr.tenants.pitc.datasource.url=jdbc:postgresql://localost:5432/okr
okr.tenants.pitc.datasource.username=user
okr.tenants.pitc.datasource.password=pwd
okr.tenants.pitc.datasource.schema=okr_pitc
@@ -27,7 +27,7 @@ okr.tenants.pitc.security.oauth2.frontend.client-id=pitc_okr_staging
# acme
-okr.tenants.acme.datasource.url=jdbc:postgresql://okr-dev-db:5432/okr
+okr.tenants.acme.datasource.url=jdbc:postgresql://localost:5432/okr
okr.tenants.acme.datasource.username=user
okr.tenants.acme.datasource.password=pwd
okr.tenants.acme.datasource.schema=okr_acme