first commit
This commit is contained in:
20
.env.example
Normal file
20
.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# 环境变量参考配置
|
||||
#
|
||||
# ⚠️ 重要提示:
|
||||
# - 本项目不支持 .env 文件
|
||||
# - 开发环境和生产环境都请使用 config/ 目录下的 toml 配置文件
|
||||
# - 环境变量仅用于 Docker/Kubernetes/systemd 等部署场景
|
||||
#
|
||||
# ============================================
|
||||
|
||||
# ============================================
|
||||
# CLI 参数环境变量
|
||||
# ============================================
|
||||
# 运行环境:development, production
|
||||
# ENV=development
|
||||
|
||||
# 调试模式:true, false
|
||||
# DEBUG=false
|
||||
|
||||
# 配置文件路径
|
||||
# CONFIG=config/production.toml
|
||||
Reference in New Issue
Block a user