Files
ylt_diy/.env.example
2026-07-21 15:37:36 +08:00

22 lines
537 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然后修改相应配置
# 注意:如果使用 .env 文件,需要安装 python-dotenv
# 服务监听地址
DEPLOY_RUN_HOST=0.0.0.0
# 服务监听端口
DEPLOY_RUN_PORT=5000
# 数据库配置
DB_HOST=haoslm2.xicp.net
DB_PORT=10216
DB_USER=root
DB_PASSWORD=your_password
DB_NAME=your_database
# 日志级别DEBUG/INFO/WARNING/ERROR
LOG_LEVEL=INFO