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