iot-relay/config.json.templ

14 lines
247 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",
2021-11-14 11:44:42 +00:00
"username": "iot-relay",
"password": "",
2021-11-14 11:17:47 +00:00
"db": "grafana",
"measurement": "iot",
"host": "iot-relay"
}
}