chore: Add allowed hosts
This commit is contained in:
parent
a0d842aff1
commit
c3993d39e7
@ -4,7 +4,7 @@ from .base import *
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = []
|
||||
ALLOWED_HOSTS = os.environ.get("ALLOWED_HOSTS").split(" ")
|
||||
|
||||
|
||||
# Database
|
||||
|
Loading…
Reference in New Issue
Block a user