This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 7b40aeb SharingServerConfig properties is not correct, contextPath ->
restContextPath (#6174)
7b40aeb is described below
commit 7b40aeb34c53a231ce3e9e90985b67e8dfd278ce
Author: xingren23 <[email protected]>
AuthorDate: Tue Jan 12 09:08:45 2021 +0800
SharingServerConfig properties is not correct, contextPath ->
restContextPath (#6174)
---
oap-server/server-bootstrap/src/main/resources/application.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oap-server/server-bootstrap/src/main/resources/application.yml
b/oap-server/server-bootstrap/src/main/resources/application.yml
index 04edb32..b689d28 100755
--- a/oap-server/server-bootstrap/src/main/resources/application.yml
+++ b/oap-server/server-bootstrap/src/main/resources/application.yml
@@ -215,7 +215,7 @@ receiver-sharing-server:
# For Jetty server
restHost: ${SW_RECEIVER_SHARING_REST_HOST:0.0.0.0}
restPort: ${SW_RECEIVER_SHARING_REST_PORT:0}
- contextPath: ${SW_RECEIVER_SHARING_REST_CONTEXT_PATH:/}
+ restContextPath: ${SW_RECEIVER_SHARING_REST_CONTEXT_PATH:/}
restMinThreads: ${SW_RECEIVER_SHARING_JETTY_MIN_THREADS:1}
restMaxThreads: ${SW_RECEIVER_SHARING_JETTY_MAX_THREADS:200}
restIdleTimeOut: ${SW_RECEIVER_SHARING_JETTY_IDLE_TIMEOUT:30000}