info: description: Redaction Service Server V1 server: port: 8080 spring: profiles: active: kubernetes platform.multi-tenancy: enabled: ${multitenancy.enabled:false} tenantFilter: urlPatterns: /redact urlPatternsToIgnore: management: endpoint: metrics.enabled: ${monitoring.enabled:false} prometheus.enabled: ${monitoring.enabled:false} endpoints.web.exposure.include: prometheus, health metrics.export.prometheus.enabled: ${monitoring.enabled:false}