Skip to content

Commit

Permalink
forgot to change postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
benni committed Nov 19, 2019
1 parent bce9be0 commit 014d8c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AllInOneRunner/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ reader:
minimumIdle: 5
poolName: SpringBootHikariCP_Reader
password: ngb
url: jdbc:postgresql://localhost:5432/ngb?ApplicationName=ngb_storagemanager_reader
url: jdbc:postgresql://postgres:5432/ngb?ApplicationName=ngb_storagemanager_reader
username: ngb
enabled: true

Expand Down Expand Up @@ -157,7 +157,7 @@ spring:
minimumIdle: 5
poolName: SpringBootHikariCP
password: ngb
url: jdbc:postgresql://localhost:5432/ngb?ApplicationName=ngb_registrymanager
url: jdbc:postgresql://postgres:5432/ngb?ApplicationName=ngb_registrymanager
username: ngb
flyway:
baselineOnMigrate: true
Expand All @@ -181,7 +181,7 @@ writer:
minimumIdle: 5
poolName: SpringBootHikariCP_Writer
password: ngb
url: jdbc:postgresql://localhost:5432/ngb?ApplicationName=ngb_storagemanager_writer
url: jdbc:postgresql://postgres:5432/ngb?ApplicationName=ngb_storagemanager_writer
username: ngb
enabled: true

Expand Down

0 comments on commit 014d8c1

Please sign in to comment.