chore: Add allowed hosts

This commit is contained in:
jhynsoo 2023-10-17 04:03:13 +09:00
parent a0d842aff1
commit c3993d39e7

View File

@ -4,7 +4,7 @@ from .base import *
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False DEBUG = False
ALLOWED_HOSTS = [] ALLOWED_HOSTS = os.environ.get("ALLOWED_HOSTS").split(" ")
# Database # Database