You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/04/10 08:29:44 UTC

[skywalking] branch length-rule updated: Adjust two env names.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch length-rule
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/length-rule by this push:
     new 6ee431a  Adjust two env names.
6ee431a is described below

commit 6ee431ab6b2fac501d9bf77d5d957d42db0d87d8
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Apr 10 16:29:04 2020 +0800

    Adjust two env names.
---
 oap-server/server-bootstrap/src/main/resources/application.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/oap-server/server-bootstrap/src/main/resources/application.yml b/oap-server/server-bootstrap/src/main/resources/application.yml
index 47cc0aa..baa1f81 100755
--- a/oap-server/server-bootstrap/src/main/resources/application.yml
+++ b/oap-server/server-bootstrap/src/main/resources/application.yml
@@ -83,9 +83,9 @@ core:
     activeExtraModelColumns: ${SW_CORE_ACTIVE_EXTRA_MODEL_COLUMNS:false}
     # The max length of service + instance names should be less than 200
     serviceNameMaxLength: ${SW_SERVICE_NAME_MAX_LENGTH:70}
-    instanceNameMaxLength: ${INSTANCE_NAME_MAX_LENGTH:70}
+    instanceNameMaxLength: ${SW_INSTANCE_NAME_MAX_LENGTH:70}
     # The max length of service + endpoint names should be less than 240
-    endpointNameMaxLength: ${ENDPOINT_NAME_MAX_LENGTH:150}
+    endpointNameMaxLength: ${SW_ENDPOINT_NAME_MAX_LENGTH:150}
 storage:
   selector: ${SW_STORAGE:h2}
   elasticsearch: