Yangzcy423911 commented on issue #3266:
URL: https://github.com/apache/apisix/issues/3266#issuecomment-759977009
about apisix with connected etcd config
etcd:
host: # it's possible to define multiple etcd
hosts addresses of the same etcd cluster.
- "http://192.168.1.1:2379"
- "http://192.168.1.2:2379"
- "http://192.168.1.3:2379" # multiple etcd address, if your etcd
cluster enables TLS, please use https scheme,
# e.g. "https://127.0.0.1:2379".
prefix: "/uat-apisix" # apisix configurations prefix
timeout: 30 # 30 seconds
resync_delay: 5
user: "uat" # root username for etcd
password: "123456" # root password for etcd
tls:
verify: true
----------------------------------------------------------------
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]