Use 127.0.0.1 instead of localhost.

This commit is contained in:
LukeMathWalker 2021-10-07 21:55:04 +01:00
parent 8f62548581
commit 519a5e76e4

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"