mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-05 05:27:35 +08:00
33d79947b5
Fix #33.
12 lines
167 B
YAML
12 lines
167 B
YAML
etcd:
|
|
host: "http://127.0.0.1:2379"
|
|
prefix: "/v2/keys/apisix"
|
|
timeout: 60
|
|
|
|
plugins:
|
|
- example-plugin
|
|
- limit-req
|
|
- limit-count
|
|
- key-auth
|
|
- prometheus
|