diff --git a/settings.py b/settings.py index f9a32ac..bd6da75 100644 --- a/settings.py +++ b/settings.py @@ -1,11 +1,11 @@ DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', - 'HOST': '', - 'PORT': '', - 'NAME': '', - 'USER': '', - 'PASSWORD': '', + 'HOST': 'checkpoint.devman.org', + 'PORT': '5434', + 'NAME': 'checkpoint', + 'USER': 'guard', + 'PASSWORD': 'osim5', } }