Skip to content

Commit

Permalink
Create application.yaml for production
Browse files Browse the repository at this point in the history
RISDEV-4927
  • Loading branch information
malte-laukoetter committed Dec 16, 2024
1 parent 5cc8062 commit 1eff3d9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions backend/src/main/resources/application-production.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
sentry:
environment: production
traces-sample-rate: 0.01
max-request-body-size: always
send-default-pii: on

spring:
datasource:
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
url: jdbc:p6spy:postgresql://${database.host:localhost}:${database.port:5432}/${database.database:risnorms}?currentSchema=${database.schema:norms}
data:
redis:
host: redis

otc:
obs:
public:
bucket-name: ris-norms-prod-public-ldml-data
private:
bucket-name: ris-norms-prod-private-ldml-data

0 comments on commit 1eff3d9

Please sign in to comment.