mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-04 19:21:53 +00:00
15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"logging": {
|
|
"level": "info"
|
|
},
|
|
"mysql": {
|
|
"host": "example.org",
|
|
"user": "bob",
|
|
"password": "secret",
|
|
"database": "jambones",
|
|
"connectionLimit": 10
|
|
},
|
|
"services": {
|
|
"createCall": "http://feature.server/createCall:3000"
|
|
}
|
|
} |