Switched to original server implementation & included server shim
This commit is contained in:
18
V3.1/build/usr/local/etc/jibo-hub-shim.json
Normal file
18
V3.1/build/usr/local/etc/jibo-hub-shim.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -16,9 +16,9 @@
|
||||
"proactive_url": "/v1/proactive",
|
||||
"listen_url": "/v1/listen",
|
||||
"listen_language": "en-US",
|
||||
"xxx_override": {
|
||||
"override": {
|
||||
"hub_port": 9000,
|
||||
"hub_hostname": "172.24.84.137",
|
||||
"hub_hostname": "192.168.1.28",
|
||||
"entrypoint_hostname": "dev-entrypoint.jibo.com"
|
||||
},
|
||||
"region-settings": {
|
||||
|
||||
Reference in New Issue
Block a user