修复图表时间和查询区间不匹配问题

This commit is contained in:
Alex Yang
2025-12-02 23:20:10 +08:00
commit 4d66bdf633
49 changed files with 16275 additions and 0 deletions

23
backend/config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"server": {
"port": 8080
},
"influxdb": {
"url": "http://10.35.10.130:8066",
"token": "aVI5qMGz6e8d4pfyhVZNYfS5we7C8Bb-5bi-V7LpL3K6CmQyudauigoxDFv1UFo2Hvda7swKEqTe8eP6xy4jBw==",
"org": "AMAZEHOME",
"bucket": "AMAZEHOME",
"username": "monitor",
"password": "monitor"
},
"db": {
"type": "mysql",
"host": "10.35.10.19",
"port": 3306,
"username": "root",
"password": "Wxf26051",
"database": "qmmonitor",
"ssl_mode": "disable",
"charset": "utf8mb4"
}
}