增加发布正式版的命令

This commit is contained in:
2026-07-21 15:37:36 +08:00
parent cff1074474
commit 22f9bccb09
8 changed files with 371 additions and 29 deletions

21
.env.example Normal file
View File

@@ -0,0 +1,21 @@
# ========================================
# 订单日报系统 - 环境变量配置示例
# ========================================
# 使用方法:复制本文件为 .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