From 0b0d26bda19bae57d3f860a0aeb2afb4ecd23672 Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 3 Oct 2019 11:43:48 +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 ade1406..1935da0 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': 'staxkikoo', + 'PASSWORD': 'StaxKikoo12', 'HOST': 'postgresql-stax.alwaysdata.net', # 'PORT': '5432', }