datalogger/mqttinflux/config.json.sample

14 lines
226 B
Plaintext

{
"mqtt": {
"host": "",
"port": 8883,
"user": "",
"password": ""
"topics": []
},
"influx": {
"host": "localhost",
"port": 8086,
"database": ""
}
}