kayx23 commented on code in PR #12333: URL: https://github.com/apache/apisix/pull/12333#discussion_r2158547555
########## docs/en/latest/deployment-modes.md: ########## @@ -134,6 +138,17 @@ deployment: config_provider: yaml ``` +You can also provide the configuration in JSON format by placing it in `conf/apisix.json`. At this point, you need to change the `deployment.role_data_plane.config_provider` to `json`. Review Comment: ```suggestion You can also provide the configuration in JSON format by placing it in `conf/apisix.json`. Before proceeding, you should change the `deployment.role_data_plane.config_provider` to `json`. ``` -- 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. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org