mirror of
https://gitee.com/iresty/apisix.git
synced 2024-11-30 11:07:59 +08:00
15 lines
324 B
YAML
15 lines
324 B
YAML
apisix:
|
|
node_listen: 9080 # Apisix listening port
|
|
|
|
etcd:
|
|
host: "http://127.0.0.1:2379" # etcd address
|
|
prefix: "/apisix" # apisix configurations prefix
|
|
timeout: 60
|
|
|
|
plugins: # plugin name list
|
|
- example-plugin
|
|
- limit-req
|
|
- limit-count
|
|
- key-auth
|
|
- prometheus
|