Files
MSE-PI-E2EEDA-Plein-de-eeee…/gateway/config.example.json
DjeAvd 27e7cd07fd chore(gateway): exclude config.json from repo, add example config
config.json contains deployment-specific values and should not be versioned.
config.example.json serves as a template for new deployments.
2026-06-04 12:32:45 +02:00

16 lines
392 B
JSON

{
"gateway_id": "gateway_lausanne_01",
"mqtt": {
"broker": "localhost",
"port": 1883
},
"ble": {
"service_uuid": "ef680100-9b35-4933-9b10-52ffa9740042",
"characteristics": {
"temperature": "ef680201-9b35-4933-9b10-52ffa9740042",
"co2": "ef680204-9b35-4933-9b10-52ffa9740042",
"humidity": "ef680203-9b35-4933-9b10-52ffa9740042"
}
}
}