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