Skip to content

Commit 1bf8caf

Browse files
authored
Remove dev properties for configuring management endpoints (#1111)
We no longer support them
1 parent 58762dc commit 1bf8caf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

server/configs/application.properties

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,6 @@ mail.smtpUser=@@smtpUser@@
114114
# HTTP session timeout for users - defaults to 30 minutes
115115
#server.servlet.session.timeout=30m
116116

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-
126117
## Turn on JSON-formatted HTTP access logging to stdout. See issue 48565
127118
## https://tomcat.apache.org/tomcat-9.0-doc/config/valve.html#JSON_Access_Log_Valve
128119
#jsonaccesslog.enabled=true

0 commit comments

Comments
 (0)