mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-03 20:47:35 +08:00
b7694e0701
* feature: mini example to load plugin.
9 lines
123 B
YAML
9 lines
123 B
YAML
etcd:
|
|
host: "http://127.0.0.1:2379"
|
|
prefix: "/v2/keys"
|
|
timeout: 60
|
|
|
|
plugins:
|
|
- example_plugin
|
|
- not_exist_plugin
|