Files
web-rust-template-project/.env.example
T
2026-02-13 15:57:29 +08:00

21 lines
573 B
Bash

# 环境变量参考配置
#
# ⚠️ 重要提示:
# - 本项目不支持 .env 文件
# - 开发环境和生产环境都请使用 config/ 目录下的 toml 配置文件
# - 环境变量仅用于 Docker/Kubernetes/systemd 等部署场景
#
# ============================================
# ============================================
# CLI 参数环境变量
# ============================================
# 运行环境:development, production
# ENV=development
# 调试模式:true, false
# DEBUG=false
# 配置文件路径
# CONFIG=config/production.toml