]> code.kerkeslager.com Git - styx.blog/commitdiff
Add host
authorDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 13 Aug 2020 02:12:50 +0000 (22:12 -0400)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 13 Aug 2020 02:12:50 +0000 (22:12 -0400)
styx/settings.py

index acfb6313571474a07ba71c46d552612fe7b530e8..6b58f2ab10728da26d6aa9f559e48a96a173aa02 100644 (file)
@@ -101,6 +101,7 @@ else:
             'ENGINE': 'django.db.backends.postgresql_psycopg2',
             'NAME': 'styx',
             'USER': 'styxuser',
+            'HOST': 'localhost',
             'PASSWORD': LOCAL_SETTINGS['DB_PASSWORD'],
         }
     }