Skip to content

Commit

Permalink
Changed to use local PSQL.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Sep 2, 2024
1 parent b02396a commit 7574d75
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions apps/udi-stub/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
spring:
datasource:
url: jdbc:postgresql://dev-pg.intern.nav.no:5432/udi-stub-dev
url: jdbc:postgresql://localhost:5432/udi-stub-dev
hikari:
maximum-pool-size: 3
minimum-idle: 1
cloud:
vault:
database:
backend: postgresql/preprod-fss
role: udi-stub-dev-admin
enabled: true
minimum-idle: 1

0 comments on commit 7574d75

Please sign in to comment.