chore(gateway): update config.example.json with TLS and auth fields
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
{
|
{
|
||||||
"gateway_id": "gateway_example",
|
"gateway_id": "gateway_example",
|
||||||
"mqtt": {
|
"mqtt": {
|
||||||
"broker": "mqtt.example.local",
|
"broker": "mqtt.example.com",
|
||||||
"port": 1883
|
"port": 8883,
|
||||||
|
"username": "your_username",
|
||||||
|
"tls": true
|
||||||
},
|
},
|
||||||
"ble": {
|
"ble": {
|
||||||
"service_uuid": "ef680100-9b35-4933-9b10-52ffa9740042"
|
"service_uuid": "ef680100-9b35-4933-9b10-52ffa9740042"
|
||||||
|
|||||||
Reference in New Issue
Block a user