SbloodyS commented on code in PR #16493: URL: https://github.com/apache/dolphinscheduler/pull/16493#discussion_r1723292118
########## docs/docs/zh/guide/installation/standalone.md: ########## @@ -45,6 +45,10 @@ bash ./bin/dolphinscheduler-daemon.sh stop standalone-server bash ./bin/dolphinscheduler-daemon.sh status standalone-server ``` +> **_注意_**: Python 网关服务默认不会随 api-server 一起启动, Review Comment: ```suggestion > **_注意_**: Python 网关服务默为关闭状态 ``` ########## docs/docs/en/guide/installation/standalone.md: ########## @@ -47,8 +47,8 @@ bash ./bin/dolphinscheduler-daemon.sh stop standalone-server bash ./bin/dolphinscheduler-daemon.sh status standalone-server ``` -> Note: Python gateway service is started along with the api-server, and if you do not want to start Python gateway -> service please disabled it by changing the yaml config `python-gateway.enabled : false` in api-server's configuration +> Note: Python gateway service is not started along with the api-server by default. If you want to start the Python gateway Review Comment: ```suggestion > Note: Python gateway service is disabled by default. If you want to start the Python gateway ``` -- 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: commits-unsubscr...@dolphinscheduler.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org