Browse Source

[Improvement] Modify python-gateway: enabled default to false. (#15825)

* remove python-gateway:auth-token,modify python gateway: enabled  default to false.

* reset token
revert-15912-f-parallelism
BaiJv 2 months ago committed by GitHub
parent
commit
08ac132286
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      dolphinscheduler-api/src/main/resources/application.yaml

4
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

Loading…
Cancel
Save