diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-02-20 12:19:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-20 12:19:39 +0000 |
commit | 639c40968f329fc6526a35c9fca2817e9cf0faa7 (patch) | |
tree | a3b55c652303bc5d6e548d7e7f17adbef52edace /certService/src/main/resources/application.properties | |
parent | ff8b47138f19faf4ca62f1f3d0773565c8df6188 (diff) | |
parent | d54223e7cd3026e260e06df39dd52c4368e7053d (diff) |
Merge "Load CMP Servers config from volume"
Diffstat (limited to 'certService/src/main/resources/application.properties')
-rw-r--r-- | certService/src/main/resources/application.properties | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/certService/src/main/resources/application.properties b/certService/src/main/resources/application.properties index b9ce108a..eab43c08 100644 --- a/certService/src/main/resources/application.properties +++ b/certService/src/main/resources/application.properties @@ -1,5 +1,10 @@ -#Actuator properties +# Actuator configuration management.endpoints.enabled-by-default=false management.endpoint.health.enabled=true -springdoc.swagger-ui.path=/docs springdoc.show-actuator=true + +# Swagger configuration +springdoc.swagger-ui.path=/docs + +# AAF CertService app specific configuration +app.config.path=/etc/onap/aaf/certservice
\ No newline at end of file |