ai gen
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user