doc: enable v2 protocol if the etcd is 3.4 or higher.

This commit is contained in:
Yuansheng 2019-09-09 18:03:16 +08:00 committed by YuanSheng Wang
parent d8d7f018dc
commit e68b6924ac
2 changed files with 3 additions and 3 deletions

2
FAQ.md
View File

@ -18,7 +18,7 @@ One of the goals of APISIX design and development is the highest performance in
APISIX is the highest performance API gateway with a single-core QPS of 23,000, with an average delay of only 0.6 milliseconds.
##Does APISIX have a console interface?
## Does APISIX have a console interface?
Yes, in version 0.6 we have dashboard built in, you can operate APISIX through the web interface.

View File

@ -103,6 +103,6 @@ Mac OSX
# install openresty, etcd and some compilation tools
brew install autoconf automake check pkg-config pcre cmake libtool openresty/brew/openresty etcd luarocks
# start etcd server
brew services start etcd
# start etcd server with v2 protocol
etcd --enable-v2=true &
```