doc: Add the note for users to change and update pyds token (#150)
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
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 @@
* 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
--------------