增加发布正式版的命令
This commit is contained in:
21
.env.example
Normal file
21
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user