-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update version to 3.0.1 (#1170) * [VU] Automated version update * Set correct properties (#1164) * db dump for prod and staging * change public schema to okr_pitc * update prod properties * remove old way to set okr-champions from prod.properties * update loglevels * remove sql scripts --------- Co-authored-by: peggimann <[email protected]> Co-authored-by: Yanick Minder <[email protected]> * [VU] Automated version update --------- Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: peggimann <[email protected]> Co-authored-by: peggimann <[email protected]>
- Loading branch information
1 parent
d7bcffc
commit ed10ea1
Showing
4 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,38 @@ | ||
# logging level for production | ||
# logging level for staging | ||
logging.level.ch.puzzle.okr=warn | ||
logging.level.org.springframework=warn | ||
logging.level.org.flywaydb.core=warn | ||
|
||
|
||
connect.src=https://sso.puzzle.ch | ||
|
||
|
||
hibernate.connection.url=jdbc:postgresql://localhost:5432/okr | ||
hibernate.connection.username=user | ||
hibernate.connection.password=pwd | ||
hibernate.multiTenancy=SCHEMA | ||
|
||
|
||
# TENANT Configuration | ||
okr.tenant-ids=pitc | ||
okr.datasource.driver-class-name=org.postgresql.Driver | ||
|
||
# pitc | ||
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 | ||
okr.tenants.pitc.user.champion.emails=[email protected] | ||
okr.tenants.pitc.security.oauth2.resourceserver.jwt.jwk-set-uri=http://localhost:8544/realms/pitc/protocol/openid-connect/certs | ||
okr.tenants.pitc.security.oauth2.frontend.issuer-url=http://localhost:8544/realms/pitc | ||
okr.tenants.pitc.security.oauth2.frontend.client-id=pitc_okr_prod | ||
|
||
|
||
# pit client customization | ||
okr.tenants.pitc.clientcustomization.logo=assets/images/okr-logo.svg | ||
okr.tenants.pitc.clientcustomization.triangles=assets/images/triangles-okr-header.svg | ||
okr.tenants.pitc.clientcustomization.background-logo=assets/images/puzzle-p.svg | ||
okr.tenants.pitc.clientcustomization.favicon=assets/favicon.png | ||
okr.tenants.pitc.clientcustomization.title=Puzzle OKR | ||
okr.tenants.pitc.clientcustomization.customstyles.okr-topbar-background-color=#1e5a96 | ||
okr.tenants.pitc.clientcustomization.customstyles.okr-banner-background-color=#dcedf9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters