This commit is contained in:
2025-03-03 08:30:38 +08:00
parent b2bd58f40e
commit ce30694ada

View File

@@ -26,7 +26,7 @@ SECRET_KEY = os.environ.get("SECRET_KEY")
# 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 = ["web.xuyue.cc", "localhost", "127.0.0.1"] ALLOWED_HOSTS = ["webpreviewapi.xuyue.cc", "localhost", "127.0.0.1"]
# Application definition # Application definition