Skip to content

Commit

Permalink
Fix/fix git history (#1125)
Browse files Browse the repository at this point in the history
* fix history

* fix hist
  • Loading branch information
kcinay055679 authored and MasterEvarior committed Nov 6, 2024
1 parent 0445e64 commit edd0dee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
17 changes: 0 additions & 17 deletions .run/OkrApplication-local-prod-debug.run.xml

This file was deleted.

2 changes: 0 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@
<dataFile>${project.build.directory}/jacoco-output/merged.exec</dataFile>
</configuration>
</execution>


</executions>
</plugin>

Expand Down
6 changes: 3 additions & 3 deletions backend/src/main/resources/application-staging.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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://localhost:5432/okr
hibernate.connection.username=user
hibernate.connection.password=pwd
hibernate.multiTenancy=SCHEMA
Expand All @@ -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://localhost:5432/okr
okr.tenants.pitc.datasource.username=user
okr.tenants.pitc.datasource.password=pwd
okr.tenants.pitc.datasource.schema=okr_pitc
Expand All @@ -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://localhost:5432/okr
okr.tenants.acme.datasource.username=user
okr.tenants.acme.datasource.password=pwd
okr.tenants.acme.datasource.schema=okr_acme
Expand Down

0 comments on commit edd0dee

Please sign in to comment.