Files
xian_algorithm_new/.env.development
T
2026-05-05 19:51:13 +08:00

23 lines
322 B
Bash

# 开发环境配置
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