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'