From e9fa32848c9e08b610c0c78730cb4f44ef4133ed Mon Sep 17 00:00:00 2001 From: xleili Date: Tue, 20 Sep 2022 16:27:48 +0800 Subject: [PATCH] docs(cloud):update GDS URL and Token desc --- docs/en/10-visual/02-gds.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/en/10-visual/02-gds.md b/docs/en/10-visual/02-gds.md index 3fb1d3af67..4c6b01ff06 100644 --- a/docs/en/10-visual/02-gds.md +++ b/docs/en/10-visual/02-gds.md @@ -20,14 +20,28 @@ The current [connector](https://datastudio.google.com/data?search=TDengine) supp #### URL ```bash -TDENGINE_CLOUD_URL="" +"" ``` + +:::note +Replace with cloud URL. +To obtain the URL, please login [TDengine Cloud](https://cloud.tdengine.com) and click "Visualize" and then select "Google Data Studio". + +::: + #### TDengine Cloud Token ```bash -TDENGINE_CLOUD_TOKEN="" +"" ``` + +:::note +Replace with cloud token . +To obtain the value of cloud token, please login [TDengine Cloud](https://cloud.tdengine.com) and click "Visualize" and then select "Google Data Studio". + +::: + #### database -- GitLab