From 4534a50bd61f9114f7d8721fba28b4189673aa0b Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 3 Oct 2019 11:45:14 +0200 Subject: [PATCH] update config --- pokercc/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }