From 115b9e44cbbc9f57ef18eceaff980a3ffb7f8e2b Mon Sep 17 00:00:00 2001 From: labkey-tchad Date: Fri, 27 Jun 2025 13:31:12 -0700 Subject: [PATCH] Remove dev properties for configuring management endpoints We no longer support them --- server/configs/application.properties | 9 --------- 1 file changed, 9 deletions(-) diff --git a/server/configs/application.properties b/server/configs/application.properties index 06e400c98a..45f1a9ad99 100644 --- a/server/configs/application.properties +++ b/server/configs/application.properties @@ -114,15 +114,6 @@ mail.smtpUser=@@smtpUser@@ # HTTP session timeout for users - defaults to 30 minutes #server.servlet.session.timeout=30m -## Enable shutdown endpoint -management.endpoint.shutdown.enabled=true -## turn off other endpoints -management.endpoints.enabled-by-default=false -## allow access via http -management.endpoints.web.exposure.include=* -## Use a separate port for management endpoints. Required if LabKey is using default (ROOT) context path -management.server.port=@@shutdownPort@@ - ## Turn on JSON-formatted HTTP access logging to stdout. See issue 48565 ## https://tomcat.apache.org/tomcat-9.0-doc/config/valve.html#JSON_Access_Log_Valve #jsonaccesslog.enabled=true