From 16a053bfdab3ddb9b0dc51f0e69aef5d0d2cb941 Mon Sep 17 00:00:00 2001 From: xleili Date: Tue, 20 Sep 2022 16:08:30 +0800 Subject: [PATCH] docs(cloud):update GDS URL and TOKEN desc --- docs/en/10-visual/02-gds.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/en/10-visual/02-gds.md b/docs/en/10-visual/02-gds.md index 939d899381..3fb1d3af67 100644 --- a/docs/en/10-visual/02-gds.md +++ b/docs/en/10-visual/02-gds.md @@ -19,11 +19,15 @@ The current [connector](https://datastudio.google.com/data?search=TDengine) supp #### URL -Get this URL from your cloud instance information page. Indeed, this URL's instance must be in active status. +```bash +TDENGINE_CLOUD_URL="" +``` #### TDengine Cloud Token -This token comes from your TDengine cloud and should be associated with an instance URL that is currently operational. +```bash +TDENGINE_CLOUD_TOKEN="" +``` #### database -- GitLab