Files
collector/.env.example

9 lines
208 B
Plaintext
Raw Normal View History

2026-04-07 12:22:57 +08:00
# 采集器配置
COLLECTOR_URL=http://localhost:5000/status
# 数据库连接字符串
DATABASE_URL=postgres://user:password@localhost:5432/qmt_db?sslmode=disable
# 采集间隔(秒)
COLLECTION_INTERVAL=5