This commit is contained in:
Dave Horton
2020-01-29 16:46:38 -05:00
parent 8487bb0571
commit 44a1b45357
7 changed files with 20 additions and 24 deletions

View File

@@ -3,13 +3,11 @@
"port": 3010,
"secret": "cymru"
},
"freeswitch: [
{
"address": "127.0.0.1",
"port": 8021,
"secret": "ClueCon"
}
],
"freeswitch: {
"address": "127.0.0.1",
"port": 8021,
"secret": "ClueCon"
},
"logging": {
"level": "info"
},