[CST-5535] Add environment configuration for Actuators

This commit is contained in:
Giuseppe Digilio
2022-05-03 15:30:20 +02:00
parent 32a91f64d9
commit 3c2f26f6c1
4 changed files with 22 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ export const environment: BuildConfig = {
baseUrl: 'https://rest.com/api'
},
actuators: {
endpointPath: '/actuator/health'
},
// Caching settings
cache: {
// NOTE: how long should objects be cached for by default