Files
keenetic-grafana-monitoring/config/influx.json.sample
2020-07-29 19:52:40 +03:00

9 lines
133 B
Plaintext

{
"influxdb": {
"host": "<HOST>",
"port": 80,
"username": "admin",
"password": "<PASS>",
"db": "keenetic"
}
}