diff --git a/chowist/settings/test.py b/chowist/settings/test.py index 241736d..a133076 100644 --- a/chowist/settings/test.py +++ b/chowist/settings/test.py @@ -7,7 +7,7 @@ "default": { "ENGINE": "django.db.backends.postgresql", "NAME": "github", - "HOST": "127.0.0.1", + "HOST": "localhost", "PORT": "5432", "USERNAME": "github", "PASSWORD": "github_test",