Files
jambonz-api-server/config/default.json.example
2020-02-07 10:18:53 -05:00

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"
}
}