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"