Skip to content

Commit

Permalink
docker: modify db endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
iSkore committed Jan 22, 2019
1 parent 9912167 commit 2d17d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tlv-app/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environments:
driverClassName: org.postgresql.Driver
username: postgres
password: postgres
url: jdbc:postgresql://0.0.0.0:5432/tlv
url: jdbc:postgresql://postgis:5432/tlv

---
defaultUsername: Anonymous
Expand Down

0 comments on commit 2d17d94

Please sign in to comment.