chore(gateway): update config.example.json with TLS and auth fields

This commit is contained in:
DjeAvd
2026-04-24 09:03:05 +01:00
committed by Klagarge
parent 8c26c64ddd
commit 8e15846225

View File

@@ -1,8 +1,10 @@
{
"gateway_id": "gateway_example",
"mqtt": {
"broker": "mqtt.example.local",
"port": 1883
"broker": "mqtt.example.com",
"port": 8883,
"username": "your_username",
"tls": true
},
"ble": {
"service_uuid": "ef680100-9b35-4933-9b10-52ffa9740042"