Add sample config
This commit is contained in:
parent
b690a86215
commit
1cba58857b
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"mqtt": {
|
||||
"host": "",
|
||||
"port": 8883,
|
||||
"user": "",
|
||||
"password": ""
|
||||
"topics": []
|
||||
},
|
||||
"influx": {
|
||||
"host": "localhost",
|
||||
"port": 8086,
|
||||
"database": ""
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue