Skip to content

Commit

Permalink
Endrer referanser til onprem-databaser for å matche etterspurte nye D…
Browse files Browse the repository at this point in the history
…B-navn ifbm. oppgradering.
  • Loading branch information
rfc3092 committed Aug 2, 2024
1 parent 4676491 commit 91f666f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/dolly-backend/src/main/resources/application-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ spring:
database:
backend: postgresql/preprod-fss
enabled: true
role: dolly-test-admin
role: dolly-backend-fss18-admin
datasource:
url: jdbc:postgresql://dev-pg.intern.nav.no:5432/dolly-test
url: jdbc:postgresql://dev-pg.intern.nav.no:5432/dolly-backend-fss18
hikari:
maximum-pool-size: 3
minimum-idle: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
locations: classpath:db/migration
baseline-on-migrate: true
datasource:
url: jdbc:postgresql://b27dbvl023.preprod.local:5432/organisasjon-forvalter-test
url: jdbc:postgresql://b27dbvl023.preprod.local:5432/organisasjon-forvalter-fss18
hikari:
maximum-pool-size: 3
minimum-idle: 1
Expand All @@ -29,7 +29,7 @@ spring:
database:
backend: postgresql/preprod-fss
enabled: true
role: organisasjon-forvalter-test-admin
role: organisasjon-forvalter-fss18-admin

consumers:
generer-navn-service:
Expand Down
4 changes: 2 additions & 2 deletions apps/pdl-forvalter/src/main/resources/application-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ spring:
database:
backend: postgresql/preprod-fss
enabled: true
role: pdl-forvalter-test-admin
role: pdl-forvalter-fss18-admin
datasource:
url: jdbc:postgresql://dev-pg.intern.nav.no:5432/pdl-forvalter-test
url: jdbc:postgresql://dev-pg.intern.nav.no:5432/pdl-forvalter-fss18
hikari:
maximum-pool-size: 10
minimum-idle: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
database:
backend: postgresql/preprod-fss
enabled: true
role: ident-pool-test-admin
role: ident-pool-fss18-admin
fail-fast: true
host: vault.adeo.no
port: 443
Expand All @@ -14,7 +14,7 @@ spring:
hikari:
maximum-pool-size: 3
minimum-idle: 1
url: jdbc:postgresql://b27dbvl023.preprod.local/ident-pool-test
url: jdbc:postgresql://b27dbvl023.preprod.local/ident-pool-fss18
flyway:
baseline-on-migrate: true
enabled: true # Disabled by default as you should probably think twice before running Flyway-migrations
Expand Down
4 changes: 2 additions & 2 deletions apps/udi-stub/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
spring:
datasource:
url: jdbc:postgresql://dev-pg.intern.nav.no:5432/udi-stub-dev
url: jdbc:postgresql://dev-pg.intern.nav.no:5432/udi-stub-fss18
hikari:
maximum-pool-size: 3
minimum-idle: 1
cloud:
vault:
database:
backend: postgresql/preprod-fss
role: udi-stub-dev-admin
role: udi-stub-fss18-admin
enabled: true

0 comments on commit 91f666f

Please sign in to comment.