pruned dead files

This commit is contained in:
Dave Horton
2020-05-25 12:07:33 -04:00
parent 06aafaa0e8
commit 218152b844
2 changed files with 0 additions and 51 deletions
-35
View File
@@ -1,35 +0,0 @@
{
"drachtio": {
"port": 3010,
"secret": "cymru"
},
"freeswitch": {
"address": "127.0.0.1",
"port": 8021,
"secret": "ClueCon"
},
"logging": {
"level": "info"
},
"mysql": {
"host": "localhost",
"user": "jambones",
"password": "jambones",
"database": "jambones"
},
"redis": {
"host": "127.0.0.1",
"port": 6379
},
"defaultHttpPort": 3000,
"outdials": {
"drachtio": [
{
"host": "127.0.0.1",
"port": 9022,
"secret": "cymru"
}
],
"sbc": ["127.0.0.1:5060"]
}
}
-16
View File
@@ -1,16 +0,0 @@
{
"drachtio": {
"host": "127.0.0.1",
"port": 9060,
"secret": "cymru"
},
"logging": {
"level": "debug"
},
"mysql": {
"host": "localhost",
"user": "jambones_test",
"password": "jambones_test",
"database": "jambones_test"
}
}