Akayeshmantha commented on a change in pull request #1275: Add multiple etcd 
address support.
URL: https://github.com/apache/incubator-apisix/pull/1275#discussion_r393509300
 
 

 ##########
 File path: conf/config.yaml
 ##########
 @@ -98,7 +98,10 @@ nginx_config:                     # config for render the 
template to genarate n
       - 'unix:'
 
 etcd:
-  host: "http://127.0.0.1:2379";   # etcd address
+  host:
+    - "http://127.0.0.1:2379";     # multiple etcd address
 
 Review comment:
   Sure fixed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to