diff --git a/src/reymota/settings.py b/src/reymota/settings.py index 2d30132..7c8b62f 100644 --- a/src/reymota/settings.py +++ b/src/reymota/settings.py @@ -30,7 +30,7 @@ SECRET_KEY = 'django-insecure-vu#zk4g8pj-qoov#8^i$&s8n_ipp2r3h+o$z1w(1%d=6+i@erm # DEBUG = True DEBUG = os.environ["DEBUG"] == 'True' -ALLOWED_HOSTS = [".ocp-cluster.reymota.lab, reymota.es"] +ALLOWED_HOSTS = [".ocp-cluster.reymota.lab", "reymota.es"] # Application definition