diff --git a/backend/backend/settings.py b/backend/backend/settings.py index aff2638fc..8c4ee51aa 100644 --- a/backend/backend/settings.py +++ b/backend/backend/settings.py @@ -12,7 +12,7 @@ DEBUG = os.getenv("DEBUG", "false").lower() == "true" -ALLOWED_HOSTS = ["77.222.43.136"] +ALLOWED_HOSTS = ["77.222.43.136", "127.0.0.1", "localhost", "taski.zapto.org"] # Application definition INSTALLED_APPS = [