config.json contains deployment-specific values and should not be versioned. config.example.json serves as a template for new deployments.
16 lines
392 B
JSON
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"
|
|
}
|
|
}
|
|
}
|