phperEric opened a new issue #3890:
URL: https://github.com/apache/apisix/issues/3890
config.yaml
```
apisix:
allow_admin: #
http://nginx.org/en/docs/http/ngx_http_access_module.html#allow
- 192.168.0.0/24 # If we don't set any IP list, then any IP
access is allowed by default.
# - "::/64"
port_admin: 9180
admin_key:
- name: "admin"
# yamllint disable rule:comments-indentation
key: edd1c9f034335f136f87ad84b625c8f1 # using fixed API token has
security risk, please update it when you deploy to production environment
# yamllint enable rule:comments-indentation
role: root
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]