tm-apps-list-api
Version:
30 lines • 784 B
JSON
{
"server": {
"host": "localhost",
"port": 8080
},
"dynamodb": {
"region": "eu-west-1",
"tableName": "AppPools-vulcan",
"tableNamePools": "SectionPools-vulcan"
},
"db": {
"username": "apps_user",
"password": "apps_password",
"database": "apps_consumer",
"dialect": "postgres",
"host": "aa1n1wyuv4v71ic.ckrrkhwvlsco.eu-west-1.rds.amazonaws.com"
},
"articleEndpoint": "http://apps-api-vulcan.tm-dev-awx.com",
"logging": {
"enabled": true,
"enhanced": true
},
"circuitBreaker": {
"service": "appsAPI",
"errorThreshold": 10,
"circuitOpenByDefault": false,
"sleepTime": 60000,
"requestVolumeThreshold": 30
}
}