tm-apps-list-api
Version:
38 lines • 1.04 kB
JSON
{
"server": {
"host": "localhost",
"port": 8080
},
"dynamodb": {
"region": "eu-west-1",
"tableName": "AppPools-vulcan",
"tableNamePools": "SectionPools-vulcan"
},
"cache": {
"enabled": true,
"redis": {
"host": "lia1ri6y4tdo77v7.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": "aa1n1wyuv4v71ic.ckrrkhwvlsco.eu-west-1.rds.amazonaws.com"
},
"articleEndpoint": "http://apps-api-vulcan.tm-dev-awx.com",
"curatedListsEndpoint": "https://curated-lists-api-vulcan.tm-dev-awx.com",
"logging": {
"enabled": true,
"enhanced": true
},
"circuitBreaker": {
"service": "appsAPI",
"errorThreshold": 10,
"circuitOpenByDefault": false,
"sleepTime": 60000
}
}