mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
20 lines
317 B
JSON
20 lines
317 B
JSON
{
|
|
"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"
|
|
}
|
|
} |