mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-26 08:01:11 +00:00
30 lines
683 B
JSON
30 lines
683 B
JSON
{
|
|
"name": "mqttConnector",
|
|
"ep": "http://localhost:18000",
|
|
"cse_base": "onem2m",
|
|
"poas": [
|
|
"http://auto:21753"
|
|
],
|
|
"originator_pre": "//openmtc.org/in-cse-1",
|
|
"ssl_certs": {
|
|
"cert_file": null,
|
|
"key_file": null,
|
|
"ca_certs": null
|
|
},
|
|
"broker_ep": "localhost:1883",
|
|
"topic_pre": "exampleTopic",
|
|
"topic_index_location": 1,
|
|
"topic_index_device": -1,
|
|
"fiware_service": null,
|
|
"broker_user": "",
|
|
"broker_user_pw": "",
|
|
"mqtts_enabled": false,
|
|
"mqtts_ca_certs": null,
|
|
"mqtts_certfile": null,
|
|
"mqtts_keyfile": null,
|
|
"logging": {
|
|
"level": "ERROR",
|
|
"file": null
|
|
}
|
|
}
|