tm-apps-list-api
Version:
38 lines • 1.04 kB
JSON
{
"server": {
"host": "localhost",
"port": 8080
},
"dynamodb": {
"region": "eu-west-1",
"tableName": "AppPools-stable",
"tableNamePools": "SectionPools-stable"
},
"cache": {
"enabled": true,
"redis": {
"host": "lia1ksqhfgoauke6.ncxvqj.ng.0001.euw1.cache.amazonaws.com",
"port": "6379"
},
"duration": "2 minutes"
},
"db": {
"username": "apps_user",
"password": "apps_password",
"database": "apps_consumer",
"dialect": "postgres",
"host": "aadp710n0juhmb.ckrrkhwvlsco.eu-west-1.rds.amazonaws.com"
},
"articleEndpoint": "http://apps-api-stable.tm-dev-awx.com",
"curatedListsEndpoint": "https://curated-lists-api-stable.tm-dev-awx.com",
"logging": {
"enabled": true,
"enhanced": true
},
"circuitBreaker": {
"service": "appsAPI",
"errorThreshold": 10,
"circuitOpenByDefault": false,
"sleepTime": 60000
}
}