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', } }