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 b357d2e2f58af0f03ff4cd550429ff9d917140c1
Author: CMonkey <[email protected]>
AuthorDate: Fri Jul 5 16:50:53 2019 +0800

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

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

Reply via email to