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

21 lines
573 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 环境变量参考配置
#
# ⚠️ 重要提示:
# - 本项目不支持 .env 文件
# - 开发环境和生产环境都请使用 config/ 目录下的 toml 配置文件
# - 环境变量仅用于 Docker/Kubernetes/systemd 等部署场景
#
# ============================================
# ============================================
# CLI 参数环境变量
# ============================================
# 运行环境development, production
# ENV=development
# 调试模式true, false
# DEBUG=false
# 配置文件路径
# CONFIG=config/production.toml