Files
MSE-PI-E2EEDA-Plein-de-eeee…/gateway/config.json
DjeAvd 2a1111b6b5 feat(gateway): add configuration file
Add config.json with gateway ID, MQTT broker settings and GATT UUIDs.
Avoids hardcoding environment-specific values in source code.
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"
}
}
}