diff --git a/config/default.json.example b/config/default.json.example deleted file mode 100644 index a8efc5be..00000000 --- a/config/default.json.example +++ /dev/null @@ -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"] - } -} \ No newline at end of file diff --git a/config/local-test.json b/config/local-test.json deleted file mode 100644 index 4ee65ae1..00000000 --- a/config/local-test.json +++ /dev/null @@ -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" - } -} \ No newline at end of file