mirror of
https://gitee.com/iresty/apisix.git
synced 2024-11-30 02:57:49 +08:00
chore: prevent people to submit an issue before updating the yaml lib (#4596)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
parent
cfd4045357
commit
5061221f40
@ -230,7 +230,7 @@ nginx_config: # config for render the template to generate n
|
||||
|
||||
etcd:
|
||||
host: # it's possible to define multiple etcd hosts addresses of the same etcd cluster.
|
||||
- http://127.0.0.1:2379 # multiple etcd address, if your etcd cluster enables TLS, please use https scheme,
|
||||
- "http://127.0.0.1:2379" # multiple etcd address, if your etcd cluster enables TLS, please use https scheme,
|
||||
# e.g. https://127.0.0.1:2379.
|
||||
prefix: /apisix # apisix configurations prefix
|
||||
timeout: 30 # 30 seconds
|
||||
@ -250,10 +250,10 @@ etcd:
|
||||
#discovery: # service discovery center
|
||||
# dns:
|
||||
# servers:
|
||||
# - 127.0.0.1:8600 # use the real address of your dns server
|
||||
# - "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.
|
||||
# - http://127.0.0.1:8761
|
||||
# - "http://127.0.0.1:8761"
|
||||
# prefix: /eureka/
|
||||
# fetch_interval: 30 # default 30s
|
||||
# weight: 100 # default weight for node
|
||||
|
Loading…
Reference in New Issue
Block a user