This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch commercial in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git
commit 902ae401820bf487db17d610ea4a74c7c46d315d Author: Jay Chung <[email protected]> AuthorDate: Wed Mar 22 12:05:50 2023 +0800 revert java gateway to 127.0.0.1 --- src/pydolphinscheduler/default_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pydolphinscheduler/default_config.yaml b/src/pydolphinscheduler/default_config.yaml index 6ab7cef..a382413 100644 --- a/src/pydolphinscheduler/default_config.yaml +++ b/src/pydolphinscheduler/default_config.yaml @@ -23,7 +23,7 @@ java_gateway: # The address of Python gateway server start. Set its value to `0.0.0.0` if your Python API run in different # between Python gateway server. It could be be specific to other address like `127.0.0.1` or `localhost` - address: ctyun5 + address: 127.0.0.1 # The port of Python gateway server start. Define which port you could connect to Python gateway server from # Python API models.
