mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-26 08:01:11 +00:00
27 lines
567 B
JSON
27 lines
567 B
JSON
{
|
|
"name": "InfluxDB",
|
|
"ep": "http://localhost:8000",
|
|
"cse_base": "onem2m",
|
|
"poas": [
|
|
"http://auto:23706"
|
|
],
|
|
"originator_pre": "//openmtc.org/mn-cse-1",
|
|
"ssl_certs": {
|
|
"cert_file": null,
|
|
"key_file": null,
|
|
"ca_certs": null
|
|
},
|
|
"logging": {
|
|
"level": "ERROR",
|
|
"file": null
|
|
},
|
|
"influx_host": "localhost",
|
|
"influx_port": "8086",
|
|
"influx_user": "root",
|
|
"influx_password": "root",
|
|
"dbname": "example",
|
|
"dbuser": "test",
|
|
"labels": [],
|
|
"dbuser_pw": "test"
|
|
}
|