iot-relay/config.json.templ

12 lines
198 B
Text
Raw Normal View History

2021-11-14 11:17:47 +00:00
{
"server": {
"bind": "0.0.0.0:20159",
"timeout": 30
},
"client": {
"address": "http://localhost:8086",
"db": "grafana",
"measurement": "iot",
"host": "iot-relay"
}
}