2017-11-07 13:41:38 +00:00
|
|
|
{
|
|
|
|
"name": "OrionContextBroker",
|
2018-01-10 09:32:49 +00:00
|
|
|
"ep": "http://localhost:18000",
|
2017-11-07 13:41:38 +00:00
|
|
|
"cse_base": "onem2m",
|
|
|
|
"poas": [
|
|
|
|
"http://auto:25396"
|
|
|
|
],
|
2018-01-10 09:32:49 +00:00
|
|
|
"originator_pre": "//openmtc.org/in-cse-1",
|
2017-11-07 13:41:38 +00:00
|
|
|
"ssl_certs": {
|
|
|
|
"cert_file": null,
|
|
|
|
"key_file": null,
|
|
|
|
"ca_certs": null
|
|
|
|
},
|
|
|
|
"logging": {
|
|
|
|
"level": "ERROR",
|
|
|
|
"file": null
|
|
|
|
},
|
2018-01-10 09:32:49 +00:00
|
|
|
"labels": ["openmtc:sensor_data:temperature", "openmtc:sensor_data:humidity"],
|
2017-11-07 13:41:38 +00:00
|
|
|
"interval": 10,
|
|
|
|
"orion_host": "http://localhost:1026",
|
2018-06-12 12:25:12 +00:00
|
|
|
"orion_api": "v2",
|
|
|
|
"accumulate_address": "http://localhost:8080"
|
2017-11-07 13:41:38 +00:00
|
|
|
}
|