add public domain to ALLOWED_HOSTS

This commit is contained in:
j3d1 2023-11-18 19:57:32 +01:00
parent ac6eade412
commit a340154cd9

View file

@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure-tm*$w_14iqbiy-!7(8#ba7j+_@(7@rf2&a^!=shs&$03b%2*rv
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = [os.getenv('HTTP_HOST', 'localhost')]
SYSTEM3_VERSION = "0.0.0-dev.0"