membphis commented on a change in pull request #1283: Add multiple etcd support.
URL: https://github.com/apache/incubator-apisix/pull/1283#discussion_r393374024
 
 

 ##########
 File path: conf/config.yaml
 ##########
 @@ -113,7 +113,8 @@ 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";     # etcd address
 
 Review comment:
   Add a comment, here is allowing multiple etcd addresses

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


With regards,
Apache Git Services

Reply via email to