tm-apps-list-api
Version:
43 lines • 1.25 kB
JSON
{
"server": {
"host": "localhost",
"port": 8080
},
"dynamodb": {
"region": "eu-west-1",
"tableName": "AppPools-bertha",
"tableNamePools": "SectionPools-bertha"
},
"cache": {
"enabled": true,
"redis": {
"host": "lia1kb41n9pqfx0j.ncxvqj.ng.0001.euw1.cache.amazonaws.com",
"port": "6379"
},
"duration": "2 minutes",
"circuitbreaker": {
"enabled": true,
"name": "cache circuitbreaker",
"volumeThreshold": 0,
"errorThreshold": 10,
"timeout": 5000,
"sleepWindow": 60000,
"statsWindow": 10000,
"statsBuckets": 10,
"influxdbUrl": "influxdb-bertha.tm-dev-aws.com"
}
},
"db": {
"username": "apps_user",
"password": "apps_password",
"database": "apps_consumer",
"dialect": "postgres",
"host": "aa1cukntt4o8txb.ckrrkhwvlsco.eu-west-1.rds.amazonaws.com"
},
"articleEndpoint": "http://apps-api-bertha.tm-dev-awx.com",
"curatedListsEndpoint": "curated-list-api-bertha-ecs.tm-dev-awx.com",
"logging": {
"enabled": true,
"enhanced": true
}
}