docs(config): add CORS configuration example to env file (#80)

This commit is contained in:
AAEE86
2026-01-13 18:46:23 +08:00
committed by GitHub
parent 1a0a3de2fc
commit 18f39af769

View File

@@ -37,3 +37,8 @@ ADMIN_PASSWORD=admin123456
# 日志级别(默认 INFO可选DEBUG, INFO, WARNING, ERROR
# LOG_LEVEL=INFO
# CORS 配置(允许跨域的源,多个源用逗号分隔)
# 示例: http://localhost:3000,https://example.com
# 默认: * (允许所有源)
# CORS_ORIGINS=*