diff --git a/clashstats/clashstats/settings.py b/clashstats/clashstats/settings.py index 7aafc66..70ff1c4 100644 --- a/clashstats/clashstats/settings.py +++ b/clashstats/clashstats/settings.py @@ -25,7 +25,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["localhost", "127.0.0.1", "clashstats.azurewebsites.net", "10.0.0.28"] +ALLOWED_HOSTS = ["localhost", "127.0.0.1", "clashstats.azurewebsites.net", "10.0.0.28", "clash.ebourque.com"] # Application definition