This commit is contained in:
2026-04-07 12:22:57 +08:00
parent bb8bd910e6
commit aaa8308a90
19 changed files with 1389 additions and 5 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# 采集器配置
COLLECTOR_URL=http://localhost:5000/status
# 数据库连接字符串
DATABASE_URL=postgres://user:password@localhost:5432/qmt_db?sslmode=disable
# 采集间隔(秒)
COLLECTION_INTERVAL=5