You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/07/07 12:22:15 UTC

[servicecomb-pack] 17/24: add spring.cloud.nacos.discovery.enabled = false to alpha-server bootstrap.yaml

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit fded8b9b7a57c9f3c40af8b63d064a60e19cf048
Author: CMonkey <42...@gmail.com>
AuthorDate: Fri Jul 5 16:55:07 2019 +0800

    add spring.cloud.nacos.discovery.enabled = false to alpha-server
    bootstrap.yaml
---
 alpha/alpha-server/src/main/resources/bootstrap.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/alpha/alpha-server/src/main/resources/bootstrap.yaml b/alpha/alpha-server/src/main/resources/bootstrap.yaml
index 4e97ae0..c891615 100644
--- a/alpha/alpha-server/src/main/resources/bootstrap.yaml
+++ b/alpha/alpha-server/src/main/resources/bootstrap.yaml
@@ -26,6 +26,6 @@ spring:
       enabled: false
     zookeeper:
       enabled: false
-  nacos:
-    discovery:
-      enabled: false
+    nacos:
+      discovery:
+        enabled: false