From 171122c678510114ed2212f9ab5fb2419009a115 Mon Sep 17 00:00:00 2001 From: Laurent Morvillier Date: Fri, 11 Oct 2019 10:45:15 +0200 Subject: [PATCH] update settings --- pokercc/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokercc/settings.py b/pokercc/settings.py index ade1406..0473f68 100644 --- a/pokercc/settings.py +++ b/pokercc/settings.py @@ -27,7 +27,7 @@ SECRET_KEY = 'erk4wh93pi(m(odwg74lsy60tb$rz4=ndyiv3#2lcx^!$^kq@4' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['ssh-stax.alwaysdata.net', 'www.pokerrumble.net'] EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'