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

zhongjiajie pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e31998  doc: Add the note for users to change and update pyds token 
(#150)
5e31998 is described below

commit 5e319989babe4b458f6758b2ab15475d78359003
Author: caishunfeng <caishunfeng2...@gmail.com>
AuthorDate: Thu Aug 22 12:24:49 2024 +0800

    doc: Add the note for users to change and update pyds token (#150)
    
    Co-authored-by: Jay Chung <zhongjiajie...@gmail.com>
---
 docs/source/start.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/source/start.rst b/docs/source/start.rst
index 7fcf425..7c2a9e6 100644
--- a/docs/source/start.rst
+++ b/docs/source/start.rst
@@ -127,6 +127,11 @@ the server is healthy if keyword `ApiApplicationServer` is 
in the console.
    * Environment: `export API_PYTHON_GATEWAY_ENABLED="true"`
    * Configuration File: Set `python-gateway.enabled : true` in 
`api-server/conf/application.yaml`
 
+   Please modify the token in your production environment and update it 
periodically, as this is related to your data read and write rights.
+
+   * Environment: `export API_PYTHON_GATEWAY_AUTH_TOKEN="GsAurNxU7A@Xc"`
+   * Configuration File: Set `python-gateway.auth-token : GsAurNxU7A@Xc` in 
`api-server/conf/application.yaml`
+
 Run an Example
 --------------
 

Reply via email to