mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2025-12-19 05:47:46 +00:00
20 lines
353 B
JSON
20 lines
353 B
JSON
{
|
|
"logging": {
|
|
"level": "info"
|
|
},
|
|
"mysql": {
|
|
"host": "example.org",
|
|
"user": "bob",
|
|
"password": "secret",
|
|
"database": "jambones",
|
|
"connectionLimit": 10
|
|
},
|
|
"redis": {
|
|
"host": "127.0.0.1",
|
|
"port": 6379
|
|
},
|
|
"services": {
|
|
"apiVersion" : "v1",
|
|
"createCall": "http://feature.server/v1/createCall:3000"
|
|
}
|
|
} |