iot-relay/config.json.templ
2021-11-14 14:25:12 +01:00

13 lines
No EOL
221 B
Text

{
"server": {
"bind": "0.0.0.0:20159",
"timeout": 30
},
"client": {
"address": "http://localhost:8086",
"username": "iot-relay",
"password": "",
"db": "grafana",
"host": "iot-relay"
}
}