File tree Expand file tree Collapse file tree 3 files changed +3
-22
lines changed
Expand file tree Collapse file tree 3 files changed +3
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 207207 <dataFile >${project.build.directory} /jacoco-output/merged.exec</dataFile >
208208 </configuration >
209209 </execution >
210-
211-
212210 </executions >
213211 </plugin >
214212
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ logging.level.org.springframework=debug
44connect.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
88hibernate.connection.username =user
99hibernate.connection.password =pwd
1010hibernate.multiTenancy =SCHEMA
@@ -16,7 +16,7 @@ okr.datasource.driver-class-name=org.postgresql.Driver
1616okr.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
2020okr.tenants.pitc.datasource.username =user
2121okr.tenants.pitc.datasource.password =pwd
2222okr.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
3131okr.tenants.acme.datasource.username =user
3232okr.tenants.acme.datasource.password =pwd
3333okr.tenants.acme.datasource.schema =okr_acme
You can’t perform that action at this time.
0 commit comments