This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 08ac132286 [Improvement] Modify python-gateway: enabled default to 
false. (#15825)
08ac132286 is described below

commit 08ac1322864edf42903c7c03942fcad62c37da35
Author: BaiJv <[email protected]>
AuthorDate: Fri Apr 12 14:28:13 2024 +0800

    [Improvement] Modify python-gateway: enabled default to false. (#15825)
    
    * remove python-gateway:auth-token,modify python gateway: enabled  default 
to false.
    
    * reset token
---
 dolphinscheduler-api/src/main/resources/application.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dolphinscheduler-api/src/main/resources/application.yaml 
b/dolphinscheduler-api/src/main/resources/application.yaml
index c93fd99a59..61f9c8a592 100644
--- a/dolphinscheduler-api/src/main/resources/application.yaml
+++ b/dolphinscheduler-api/src/main/resources/application.yaml
@@ -149,8 +149,8 @@ api:
       #tenant1: 11
       #tenant2: 20
   python-gateway:
-    # Weather enable python gateway server or not. The default value is true.
-    enabled: true
+    # Weather enable python gateway server or not. The default value is false.
+    enabled: false
     # Authentication token for connection from python api to python gateway 
server. Should be changed the default value
     # when you deploy in public network.
     auth-token: jwUDzpLsNKEFER4*a8gruBH_GsAurNxU7A@Xc

Reply via email to