Use 127.0.0.1 instead of localhost.

This commit is contained in:
LukeMathWalker 2021-10-07 21:55:04 +01:00
parent 0ce5a4d3a0
commit 6f79a34d0b

View file

@ -2,7 +2,7 @@ application:
port: 8000
host: 0.0.0.0
database:
host: "localhost"
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "password"