nic-chen opened a new issue #1743: URL: https://github.com/apache/apisix-dashboard/issues/1743
# Feature request ## Please describe your feature The configuration item `list.host` in conf.yaml often confuses users, because when the configuration dashboard can be accessed non-locally, two places need to be modified (the other place is `allow_list`). We can remove the `list.host` configuration item from conf.yaml, but retain the feature, and users can add it when they need it. ## Describe the solution you'd like 1. remove `list.host` from api/conf/conf.yaml 2. set `ServerHost` in [the code](https://github.com/apache/apisix-dashboard/blob/master/api/internal/conf/conf.go#L47 ) to an empty string -- 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]
