Merge "Added actuator for refreshing configuration"
[oom/platform/cert-service.git] / certService / src / main / resources / application.properties
1 # Actuator configuration
2 springdoc.show-actuator=true
3
4 management.endpoints.enabled-by-default=true
5 management.endpoint.configprops.enabled=true
6 management.endpoints.web.exposure.include=refresh,health
7
8
9 # Swagger configuration
10 springdoc.swagger-ui.path=/docs
11
12 # AAF CertService app specific configuration
13 app.config.path=/etc/onap/aaf/certservice