修复图表时间和查询区间不匹配问题
This commit is contained in:
13
backend/config.example.json
Normal file
13
backend/config.example.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"server": {
|
||||
"port": 8080
|
||||
},
|
||||
"influxdb": {
|
||||
"url": "http://10.35.10.130:8066",
|
||||
"token": "",
|
||||
"org": "AMAZEHOME",
|
||||
"bucket": "AMAZEHOME",
|
||||
"username": "admin",
|
||||
"password": "Wxf26051"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user