This commit is contained in:
wkc
2026-03-13 10:56:46 +08:00
commit 5ecc638913
47 changed files with 6191 additions and 0 deletions

16
.env.example Normal file
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