11 lines
262 B
JSON
11 lines
262 B
JSON
{
|
|
"enableHTTPserver": true,
|
|
"mqtt_host": "mqtt://127.0.0.1",
|
|
"topic_namespace": "harmony-api",
|
|
"mqtt_options": {
|
|
"port": 1883,
|
|
"username": "someuser",
|
|
"password": "somepassword",
|
|
"rejectUnauthorized": false
|
|
}
|
|
} |