apisix/conf/config.yaml

19 lines
440 B
YAML
Raw Normal View History

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