Files
monitor/backend/config.example.json
2025-12-02 23:20:10 +08:00

14 lines
219 B
JSON

{
"server": {
"port": 8080
},
"influxdb": {
"url": "http://10.35.10.130:8066",
"token": "",
"org": "AMAZEHOME",
"bucket": "AMAZEHOME",
"username": "admin",
"password": "Wxf26051"
}
}