diff --git a/conf/settings.py b/conf/settings.py index 43d08c1..d053616 100644 --- a/conf/settings.py +++ b/conf/settings.py @@ -46,9 +46,9 @@ DATABASES = { # Database password 'PASSWORD': '__DB_PWD__', # Set to empty string for localhost - 'HOST': '', + 'HOST': 'localhost', # Set to empty string for default - 'PORT': '', + 'PORT': '5432', } }