We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58762dc commit 1bf8cafCopy full SHA for 1bf8caf
1 file changed
server/configs/application.properties
@@ -114,15 +114,6 @@ mail.smtpUser=@@smtpUser@@
114
# HTTP session timeout for users - defaults to 30 minutes
115
#server.servlet.session.timeout=30m
116
117
-## Enable shutdown endpoint
118
-management.endpoint.shutdown.enabled=true
119
-## turn off other endpoints
120
-management.endpoints.enabled-by-default=false
121
-## allow access via http
122
-management.endpoints.web.exposure.include=*
123
-## Use a separate port for management endpoints. Required if LabKey is using default (ROOT) context path
124
-management.server.port=@@shutdownPort@@
125
-
126
## Turn on JSON-formatted HTTP access logging to stdout. See issue 48565
127
## https://tomcat.apache.org/tomcat-9.0-doc/config/valve.html#JSON_Access_Log_Valve
128
#jsonaccesslog.enabled=true
0 commit comments