feat: 添加应用地址配置

This commit is contained in:
tbphp
2025-07-05 10:38:22 +08:00
parent fc442516ec
commit f390d5de36

View File

@@ -5,6 +5,9 @@ HOST=0.0.0.0
# 认证配置
AUTH_KEY=sk-123456
# 应用地址
APP_URL=http://localhost:3000
# CORS配置
ENABLE_CORS=true
ALLOWED_ORIGINS=*