配置信息以及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=development
# 数据库配置
DB_HOST=47.92.216.173
DB_PORT=7654
DB_USER=postgres
DB_PASSWORD=zhangsan
DB_NAME=xian_new
# FastAPI配置
API_HOST=127.0.0.1
API_PORT=8082
# 应用配置
APP_NAME=西安项目算法
APP_VERSION=1.0.0
DEBUG=True
# 日志配置
LOG_LEVEL=DEBUG
LOG_DIR=logs