chore(gateway): use placeholder values in config.example.json
This commit is contained in:
@@ -1,15 +1,10 @@
|
|||||||
{
|
{
|
||||||
"gateway_id": "gateway_lausanne_01",
|
"gateway_id": "gateway_example",
|
||||||
"mqtt": {
|
"mqtt": {
|
||||||
"broker": "localhost",
|
"broker": "mqtt.example.local",
|
||||||
"port": 1883
|
"port": 1883
|
||||||
},
|
},
|
||||||
"ble": {
|
"ble": {
|
||||||
"service_uuid": "ef680100-9b35-4933-9b10-52ffa9740042",
|
"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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user