mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-26 08:01:11 +00:00
23 lines
540 B
JSON
23 lines
540 B
JSON
{
|
|
"name": "OrionContextBroker",
|
|
"ep": "http://localhost:18000",
|
|
"cse_base": "onem2m",
|
|
"poas": [
|
|
"http://auto:25396"
|
|
],
|
|
"originator_pre": "//openmtc.org/in-cse-1",
|
|
"ssl_certs": {
|
|
"cert_file": null,
|
|
"key_file": null,
|
|
"ca_certs": null
|
|
},
|
|
"logging": {
|
|
"level": "ERROR",
|
|
"file": null
|
|
},
|
|
"labels": ["openmtc:sensor_data:temperature", "openmtc:sensor_data:humidity"],
|
|
"interval": 10,
|
|
"orion_host": "http://localhost:1026",
|
|
"orion_api": "v2"
|
|
}
|