ICS reading auth token from file
[nonrtric.git] / information-coordinator-service / config / application.yaml
index e1a417c..372b61c 100644 (file)
@@ -5,6 +5,8 @@ spring:
     allow-bean-definition-overriding: true
   aop:
     auto: false
+springdoc:
+  show-actuator: true
 management:
   endpoints:
     web:
@@ -46,4 +48,5 @@ app:
     http.proxy-host:
     http.proxy-port: 0
   vardata-directory: /var/information-coordinator-service
-
+  # If the file name is empty, no authorzation token is sent
+  auth-token-file:
\ No newline at end of file