From 6478b7dba4d41294cf010b9cb6795ab723166b6d Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Thu, 7 Oct 2021 21:55:04 +0100 Subject: [PATCH] Use 127.0.0.1 instead of localhost. --- configuration/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/base.yaml b/configuration/base.yaml index d2ae484..f890bdf 100644 --- a/configuration/base.yaml +++ b/configuration/base.yaml @@ -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"