blob: aac9b96f389be7eaea2baf1c3e55699968ad6311 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Actuator configuration
springdoc.show-actuator=true
management.endpoints.enabled-by-default=true
management.endpoint.configprops.enabled=true
management.endpoints.web.exposure.include=health
# Swagger configuration
springdoc.swagger-ui.path=/docs
# AAF CertService app specific configuration
app.config.path=/etc/onap/aaf/certservice
|