Skip to content

Commit

Permalink
[NS-50] - Separating infra
Browse files Browse the repository at this point in the history
  • Loading branch information
Narvane committed Mar 16, 2024
1 parent bdfec15 commit bfba50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-webmvc/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:
basename: messages
encoding: UTF-8
datasource:
url: jdbc:postgresql://localhost:5432/my-storage
url: jdbc:postgresql://192.168.1.173:5432/my-storage
username: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
jpa:
Expand All @@ -16,6 +16,6 @@ spring:
ddl-auto: validate
show-sql: false
flyway:
url: jdbc:postgresql://localhost:5432/my-storage
url: jdbc:postgresql://192.168.1.173:5432/my-storage
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}

0 comments on commit bfba50c

Please sign in to comment.