9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
|
|
# 采集器配置
|
||
|
|
COLLECTOR_URL=http://localhost:5000/status
|
||
|
|
|
||
|
|
# 数据库连接字符串
|
||
|
|
DATABASE_URL=postgres://user:password@localhost:5432/qmt_db?sslmode=disable
|
||
|
|
|
||
|
|
# 采集间隔(秒)
|
||
|
|
COLLECTION_INTERVAL=5
|