feat(server): add extra CORS origins url configuration

This commit is contained in:
MingxuanGame
2025-08-12 05:33:24 +00:00
parent e0a386934e
commit 6474a3d11e
4 changed files with 5 additions and 1 deletions

View File

@@ -20,6 +20,8 @@ HOST="0.0.0.0"
PORT=8000
# 服务器 URL
SERVER_URL="http://localhost:8000"
# 额外的 CORS 允许的域名列表
CORS_URLS='[]'
# 调试模式,生产环境请设置为 false
DEBUG=false
# 私有 API 密钥,用于前后端 API 调用,使用 openssl rand -hex 32 生成