Skip to content

Commit edd0dee

Browse files
kcinay055679MasterEvarior
authored andcommitted
Fix/fix git history (#1125)
* fix history * fix hist
1 parent 0445e64 commit edd0dee

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

.run/OkrApplication-local-prod-debug.run.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

backend/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@
207207
<dataFile>${project.build.directory}/jacoco-output/merged.exec</dataFile>
208208
</configuration>
209209
</execution>
210-
211-
212210
</executions>
213211
</plugin>
214212

backend/src/main/resources/application-staging.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ logging.level.org.springframework=debug
44
connect.src=http://localhost:8544 http://localhost:8545
55

66

7-
hibernate.connection.url=jdbc:postgresql://okr-dev-db:5432/okr
7+
hibernate.connection.url=jdbc:postgresql://localhost:5432/okr
88
hibernate.connection.username=user
99
hibernate.connection.password=pwd
1010
hibernate.multiTenancy=SCHEMA
@@ -16,7 +16,7 @@ okr.datasource.driver-class-name=org.postgresql.Driver
1616
okr.user.champion.usernames=peggimann
1717

1818
# pitc
19-
okr.tenants.pitc.datasource.url=jdbc:postgresql://okr-dev-db:5432/okr
19+
okr.tenants.pitc.datasource.url=jdbc:postgresql://localhost:5432/okr
2020
okr.tenants.pitc.datasource.username=user
2121
okr.tenants.pitc.datasource.password=pwd
2222
okr.tenants.pitc.datasource.schema=okr_pitc
@@ -27,7 +27,7 @@ okr.tenants.pitc.security.oauth2.frontend.client-id=pitc_okr_staging
2727

2828

2929
# acme
30-
okr.tenants.acme.datasource.url=jdbc:postgresql://okr-dev-db:5432/okr
30+
okr.tenants.acme.datasource.url=jdbc:postgresql://localhost:5432/okr
3131
okr.tenants.acme.datasource.username=user
3232
okr.tenants.acme.datasource.password=pwd
3333
okr.tenants.acme.datasource.schema=okr_acme

0 commit comments

Comments
 (0)