diff --git a/mqttinflux/config.json.sample b/mqttinflux/config.json.sample new file mode 100644 index 0000000..a7c107a --- /dev/null +++ b/mqttinflux/config.json.sample @@ -0,0 +1,14 @@ +{ + "mqtt": { + "host": "", + "port": 8883, + "user": "", + "password": "" + "topics": [] + }, + "influx": { + "host": "localhost", + "port": 8086, + "database": "" + } +} \ No newline at end of file