feat: 添加应用地址配置
This commit is contained in:
@@ -5,6 +5,9 @@ HOST=0.0.0.0
|
|||||||
# 认证配置
|
# 认证配置
|
||||||
AUTH_KEY=sk-123456
|
AUTH_KEY=sk-123456
|
||||||
|
|
||||||
|
# 应用地址
|
||||||
|
APP_URL=http://localhost:3000
|
||||||
|
|
||||||
# CORS配置
|
# CORS配置
|
||||||
ENABLE_CORS=true
|
ENABLE_CORS=true
|
||||||
ALLOWED_ORIGINS=*
|
ALLOWED_ORIGINS=*
|
||||||
|
Reference in New Issue
Block a user