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

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new eacb62d  [ISSUE #3082] Fix Nacos namespace config (#3083)
eacb62d is described below

commit eacb62d3aed132e2f04e6b2eb25eac67e77bca41
Author: Lisandro <[email protected]>
AuthorDate: Tue Mar 22 15:47:37 2022 +0800

    [ISSUE #3082] Fix Nacos namespace config (#3083)
    
    Co-authored-by: lishuo <[email protected]>
---
 shenyu-bootstrap/src/main/resources/application-nacos.yml               | 2 +-
 .../src/main/resources/application-nacos.yml                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shenyu-bootstrap/src/main/resources/application-nacos.yml 
b/shenyu-bootstrap/src/main/resources/application-nacos.yml
index 947d929..201bc06 100644
--- a/shenyu-bootstrap/src/main/resources/application-nacos.yml
+++ b/shenyu-bootstrap/src/main/resources/application-nacos.yml
@@ -18,4 +18,4 @@ spring:
     nacos:
       discovery:
         server-addr: 127.0.0.1:8848
-        namespace: SheyuRegisterCenter
+        namespace: ShenyuRegisterCenter
diff --git 
a/shenyu-examples/shenyu-examples-springcloud/src/main/resources/application-nacos.yml
 
b/shenyu-examples/shenyu-examples-springcloud/src/main/resources/application-nacos.yml
index 947d929..201bc06 100644
--- 
a/shenyu-examples/shenyu-examples-springcloud/src/main/resources/application-nacos.yml
+++ 
b/shenyu-examples/shenyu-examples-springcloud/src/main/resources/application-nacos.yml
@@ -18,4 +18,4 @@ spring:
     nacos:
       discovery:
         server-addr: 127.0.0.1:8848
-        namespace: SheyuRegisterCenter
+        namespace: ShenyuRegisterCenter

Reply via email to