diff --git a/pokercc/settings.py b/pokercc/settings.py index 1935da0..ade1406 100644 --- a/pokercc/settings.py +++ b/pokercc/settings.py @@ -85,7 +85,7 @@ DATABASES = { 'ENGINE': 'django.db.backends.postgresql', 'NAME': 'stax_rumble', 'USER': 'stax', - 'PASSWORD': 'StaxKikoo12', + 'PASSWORD': 'staxkikoo', 'HOST': 'postgresql-stax.alwaysdata.net', # 'PORT': '5432', }