Skip to content

Commit

Permalink
Reverted test DB names back to originals, for easier export/import us…
Browse files Browse the repository at this point in the history
…e cases.
  • Loading branch information
rfc3092 committed Sep 2, 2024
1 parent 7574d75 commit c5dac67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring:
generic:
enabled: false
datasource:
url: jdbc:postgresql://localhost:5432/testnav-dolly-backend
url: jdbc:postgresql://localhost:5432/dolly-test
username: postgres
hikari:
maximum-pool-size: 3
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://localhost:5432/organisasjon-forvalter-db
url: jdbc:postgresql://localhost:5432/organisasjon-forvalter-test
hikari:
maximum-pool-size: 3
minimum-idle: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
generic:
enabled: false
datasource:
url: jdbc:postgresql://localhost:5432/testnav-pdl-forvalter-db
url: jdbc:postgresql://localhost:5432/pdl-forvalter-test
hikari:
maximum-pool-size: 10
minimum-idle: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
hikari:
maximum-pool-size: 3
minimum-idle: 1
url: jdbc:postgresql://localhost:5432/testnav-identpool
url: jdbc:postgresql://localhost:5432/ident-pool-test
username: postgres
flyway:
baseline-on-migrate: true
Expand Down

0 comments on commit c5dac67

Please sign in to comment.