mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-15 09:21:26 +08:00
22 lines
536 B
YAML
22 lines
536 B
YAML
apisix:
|
|
node_listen: 9080 # Apisix listening port
|
|
node_ssl_listen: 9443
|
|
enable_heartbeat: true
|
|
enable_admin: true
|
|
allow_admin: "127.0.0.0/24"
|
|
# port_admin: 9180 # use a separate port
|
|
|
|
etcd:
|
|
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
|
|
- key-auth
|
|
- prometheus
|
|
- limit-conn
|
|
- node-status
|