apisix/conf/config.yaml

15 lines
324 B
YAML
Raw Normal View History

apisix:
2019-06-05 10:22:24 +08:00
node_listen: 9080 # Apisix listening port
etcd:
2019-06-05 10:22:24 +08:00
host: "http://127.0.0.1:2379" # etcd address
prefix: "/apisix" # apisix configurations prefix
timeout: 60
2019-06-05 10:22:24 +08:00
plugins: # plugin name list
- example-plugin
- limit-req
- limit-count
2019-05-23 15:19:07 +08:00
- key-auth
- prometheus