From a8b869a85506f43acc68bf7542466cd50d9a6b80 Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 3 Oct 2019 11:41:27 +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 265e6d8..ade1406 100644 --- a/pokercc/settings.py +++ b/pokercc/settings.py @@ -87,7 +87,7 @@ DATABASES = { 'USER': 'stax', 'PASSWORD': 'staxkikoo', 'HOST': 'postgresql-stax.alwaysdata.net', - 'PORT': '5432', + # 'PORT': '5432', } }