From 1905e9e2c6c57b110c000b22692c45a2e3816af6 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Wed, 12 Aug 2020 22:12:50 -0400 Subject: [PATCH] Add host --- styx/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/styx/settings.py b/styx/settings.py index acfb631..6b58f2a 100644 --- a/styx/settings.py +++ b/styx/settings.py @@ -101,6 +101,7 @@ else: 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'styx', 'USER': 'styxuser', + 'HOST': 'localhost', 'PASSWORD': LOCAL_SETTINGS['DB_PASSWORD'], } } -- 2.20.1