19 lines
284 B
JSON
19 lines
284 B
JSON
{
|
|
"listen": {
|
|
"bindHost": "0.0.0.0",
|
|
"port": 9000,
|
|
"path": "/v1/listen"
|
|
},
|
|
"asrService": {
|
|
"baseUrl": "http://127.0.0.1:8088",
|
|
"wsPath": "/simple_port",
|
|
"timeoutMs": 15000
|
|
},
|
|
"nlu": {
|
|
"enabled": true
|
|
},
|
|
"logging": {
|
|
"level": "info"
|
|
}
|
|
}
|