removed ip from allowed h.

This commit is contained in:
2024-09-19 21:00:27 +02:00
parent 485253ced8
commit 8ba6e4dae2

View File

@@ -7,7 +7,7 @@ load_dotenv()
DEBUG = False
ALLOWED_HOSTS = ['18.196.202.28','www.saburly.com','saburly.com']
ALLOWED_HOSTS = ['www.saburly.com','saburly.com']
SECRET_KEY = os.getenv('SECRET_KEY')