initial support for live call control

This commit is contained in:
Dave Horton
2020-02-07 10:18:53 -05:00
parent eddd4a9a27
commit ec02052d27
7 changed files with 280 additions and 25 deletions
+6 -1
View File
@@ -9,7 +9,12 @@
"database": "jambones",
"connectionLimit": 10
},
"redis": {
"host": "127.0.0.1",
"port": 6379
},
"services": {
"createCall": "http://feature.server/createCall:3000"
"apiVersion" : "v1",
"createCall": "http://feature.server/v1/createCall:3000"
}
}