Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 authored and nevio18324 committed Oct 31, 2024
1 parent 2e1b1f5 commit 6f8cefb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions backend/src/main/resources/application-staging.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# logging level for staging
logging.level.ch.puzzle.okr=DEBUG
#logging.level.org.flywaydb.core=DEBUG

logging.level.org.springframework=debug

connect.src=http://localhost:8544 http://localhost:8545


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

# pitc
okr.tenants.pitc.datasource.url=jdbc:postgresql://localhost:5432/okr
okr.tenants.pitc.datasource.url=jdbc:postgresql://okr-dev-db:5432/okr
okr.tenants.pitc.datasource.username=user
okr.tenants.pitc.datasource.password=pwd
okr.tenants.pitc.datasource.schema=okr_pitc
Expand All @@ -29,7 +27,7 @@ okr.tenants.pitc.security.oauth2.frontend.client-id=pitc_okr_staging


# acme
okr.tenants.acme.datasource.url=jdbc:postgresql://localhost:5432/okr
okr.tenants.acme.datasource.url=jdbc:postgresql://okr-dev-db: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 6f8cefb

Please sign in to comment.