Add sample config
This commit is contained in:
14
mqttinflux/config.json.sample
Normal file
14
mqttinflux/config.json.sample
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"mqtt": {
|
||||||
|
"host": "",
|
||||||
|
"port": 8883,
|
||||||
|
"user": "",
|
||||||
|
"password": ""
|
||||||
|
"topics": []
|
||||||
|
},
|
||||||
|
"influx": {
|
||||||
|
"host": "localhost",
|
||||||
|
"port": 8086,
|
||||||
|
"database": ""
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user