Skip to content

Commit

Permalink
[Improvement] Modify python-gateway: enabled default to false. (#15825)
Browse files Browse the repository at this point in the history
* remove python-gateway:auth-token,modify python gateway: enabled  default to false.

* reset token
  • Loading branch information
pinkfloyds committed Apr 12, 2024
1 parent e5e7749 commit 08ac132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dolphinscheduler-api/src/main/resources/application.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 08ac132

Please sign in to comment.