diff options
Diffstat (limited to 'sidecar/rproxy/src/main/resources')
-rw-r--r-- | sidecar/rproxy/src/main/resources/application.properties | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sidecar/rproxy/src/main/resources/application.properties b/sidecar/rproxy/src/main/resources/application.properties index f291372..9ba37aa 100644 --- a/sidecar/rproxy/src/main/resources/application.properties +++ b/sidecar/rproxy/src/main/resources/application.properties @@ -16,7 +16,4 @@ uri.authorization.configuration-file=${CONFIG_HOME}/auth/uri-authorization.json logging.config=${CONFIG_HOME}/logback-spring.xml -spring.profiles.default=secure,cadi - -# For Spring Boot Actuator endpoints -management.endpoints.web.base-path=/rproxy
\ No newline at end of file +spring.profiles.default=secure,cadi
\ No newline at end of file |