You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2021/07/12 02:35:00 UTC

[apisix] branch master updated: fix: invalid discovery servers setting in config-default.yaml (#4584)

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

shuyangw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 59e9b41  fix: invalid discovery servers setting in config-default.yaml (#4584)
59e9b41 is described below

commit 59e9b41b1bde5d52f95380dce0bc5f5be34536c7
Author: Liu Peng <vs...@gmail.com>
AuthorDate: Mon Jul 12 10:34:53 2021 +0800

    fix: invalid discovery servers setting in config-default.yaml (#4584)
---
 conf/config-default.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/config-default.yaml b/conf/config-default.yaml
index eedf77f..191d967 100644
--- a/conf/config-default.yaml
+++ b/conf/config-default.yaml
@@ -223,7 +223,7 @@ etcd:
 
 #discovery:                       # service discovery center
 #  dns:
-#    resolver:
+#    servers:
 #      - "127.0.0.1:8600"         # use the real address of your dns server
 #  eureka:
 #    host:                        # it's possible to define multiple eureka hosts addresses of the same eureka cluster.