feat(main): implement FastAPI application entry point

This commit is contained in:
wkc
2026-03-03 09:28:30 +08:00
parent 1bc65f9830
commit 661fa88839
2 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 应用配置
APP_NAME=流水分析Mock服务
APP_VERSION=1.0.0
DEBUG=true
# 服务器配置
HOST=0.0.0.0
PORT=8000
# 模拟配置
PARSE_DELAY_SECONDS=4
MAX_FILE_SIZE=10485760
# 初始ID配置
INITIAL_PROJECT_ID=1000
INITIAL_LOG_ID=10000