Add sample config

This commit is contained in:
jimmy 2021-05-29 03:12:19 +00:00
parent b690a86215
commit 1cba58857b
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"mqtt": {
"host": "",
"port": 8883,
"user": "",
"password": ""
"topics": []
},
"influx": {
"host": "localhost",
"port": 8086,
"database": ""
}
}