Skip to content

Commit

Permalink
Setter spring.cloud.gcp.secretmanager.enabled=false for applikasjoner…
Browse files Browse the repository at this point in the history
… som kjører i dev-fss.
  • Loading branch information
rfc3092 committed Dec 4, 2024
1 parent 1995e23 commit d99611d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/brreg-stub/src/main/resources/application-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spring:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
cloud:
gcp:
secretmanager:
enabled: false # Running in dev-fss.
vault:
host: vault.adeo.no
port: 443
Expand Down
3 changes: 3 additions & 0 deletions apps/udi-stub/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ spring:
initialization-fail-timeout: 10000
jdbc-url: jdbc:postgresql://b27dbvl032.preprod.local:5432/testnav-udistub?autoReconnect=true&useSSL=false
cloud:
gcp:
secretmanager:
enabled: false # Running in dev-fss.
vault:
kv:
enabled: false
Expand Down

0 comments on commit d99611d

Please sign in to comment.