Skip to content

Commit

Permalink
Changed env prop of database host
Browse files Browse the repository at this point in the history
  • Loading branch information
CriMDev97 committed Nov 22, 2023
1 parent 43c79bf commit f158c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ application.eservice.pull.id=a2b84a6e-34cf-44ca-85a4-de21fd232668
application.eservice.pull.audience=interop-signalhub-pull-signal

database.name=${DB_NAME:signal-hub}
database.host=${DB_HOST:localhost}
database.host=${DATABASE_READER_HOST:localhost}
database.port=${DB_PORT:5432}
database.username=${DB_USER:postgres}
database.password=${DB_PASSWORD:postgres}
Expand Down

0 comments on commit f158c5e

Please sign in to comment.