配置信息以及README

This commit is contained in:
wzy-warehouse
2026-05-05 19:51:13 +08:00
parent 36bd2dc3fa
commit 1282c6ae86
4 changed files with 45 additions and 224 deletions
+22
View File
@@ -0,0 +1,22 @@
# 生产环境配置
ENVIRONMENT=production
# 数据库配置
DB_HOST=10.22.245.138
DB_PORT=54321
DB_USER=zaihailian
DB_PASSWORD=XAYJ@gis2603
DB_NAME=xianDC
# FastAPI配置
API_HOST=127.0.0.1
API_PORT=8081
# 应用配置
APP_NAME=西安项目算法
APP_VERSION=1.0.0
DEBUG=False
# 日志配置
LOG_LEVEL=WARNING
LOG_DIR=logs