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 <[email protected]>
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

Reply via email to