summaryrefslogtreecommitdiffstats
path: root/certService/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'certService/src/main/resources/application.properties')
-rw-r--r--certService/src/main/resources/application.properties9
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