From 04f4877b1f1c56abb4751e795d5b2f270601e3c1 Mon Sep 17 00:00:00 2001 From: dingbo Date: Thu, 16 Jun 2022 18:49:41 +0800 Subject: [PATCH] docs: connect --- docs/en/05-develop/01-connect/01-python.md | 4 ++-- docs/en/05-develop/01-connect/02-java.md | 2 +- docs/en/05-develop/01-connect/03-go.md | 2 +- docs/en/05-develop/01-connect/04-rust.md | 4 ++-- docs/en/05-develop/01-connect/05-node.md | 4 ++-- docs/en/07-tools/01-cli.md | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/en/05-develop/01-connect/01-python.md b/docs/en/05-develop/01-connect/01-python.md index cbf0752169..fa753222cf 100644 --- a/docs/en/05-develop/01-connect/01-python.md +++ b/docs/en/05-develop/01-connect/01-python.md @@ -37,8 +37,8 @@ Run this command in your terminal to save TDengine cloud token and URL as variab ```bash -export TDENGINE_CLOUD_TOKEN= -export TDENGINE_CLOUD_URL= +export TDENGINE_CLOUD_TOKEN="" +export TDENGINE_CLOUD_URL="" ``` diff --git a/docs/en/05-develop/01-connect/02-java.md b/docs/en/05-develop/01-connect/02-java.md index 6d160bc7eb..99934ec7a8 100644 --- a/docs/en/05-develop/01-connect/02-java.md +++ b/docs/en/05-develop/01-connect/02-java.md @@ -42,7 +42,7 @@ Run this command in your terminal to save the JDBC URL as variable: ```bash -export TDENGINE_JDBC_URL= +export TDENGINE_JDBC_URL="" ``` diff --git a/docs/en/05-develop/01-connect/03-go.md b/docs/en/05-develop/01-connect/03-go.md index 457583fec9..f29e07052d 100644 --- a/docs/en/05-develop/01-connect/03-go.md +++ b/docs/en/05-develop/01-connect/03-go.md @@ -33,7 +33,7 @@ Run this command in your terminal to save DSN(data source name) as variable: ```bash -export TDENGINE_GO_DSN= +export TDENGINE_GO_DSN="" ``` diff --git a/docs/en/05-develop/01-connect/04-rust.md b/docs/en/05-develop/01-connect/04-rust.md index cac5f66ff8..3de50a62c9 100644 --- a/docs/en/05-develop/01-connect/04-rust.md +++ b/docs/en/05-develop/01-connect/04-rust.md @@ -23,8 +23,8 @@ Run this command in your terminal to save TDengine cloud token as variables: ```bash -export TDENGINE_CLOUD_TOKEN= -export TDENGINE_CLOUD_URL= +export TDENGINE_CLOUD_TOKEN="" +export TDENGINE_CLOUD_URL="" ``` diff --git a/docs/en/05-develop/01-connect/05-node.md b/docs/en/05-develop/01-connect/05-node.md index 407a85c9f6..d1504b9b2e 100644 --- a/docs/en/05-develop/01-connect/05-node.md +++ b/docs/en/05-develop/01-connect/05-node.md @@ -19,8 +19,8 @@ Run this command in your terminal to save TDengine cloud token as variables: ```bash -export TDENGINE_CLOUD_TOKEN= -export TDENGINE_CLOUD_URL= +export TDENGINE_CLOUD_TOKEN="" +export TDENGINE_CLOUD_URL="" ``` diff --git a/docs/en/07-tools/01-cli.md b/docs/en/07-tools/01-cli.md index f313a00896..8724418c7c 100644 --- a/docs/en/07-tools/01-cli.md +++ b/docs/en/07-tools/01-cli.md @@ -19,7 +19,7 @@ To run TDengine CLI to access TDengine cloud, please install [TDengine client in Run this command in your Linux terminal to save your URL and token as variable: ```bash -export TDENGINE_CLOUD_DSN= +export TDENGINE_CLOUD_DSN="" ``` @@ -37,7 +37,7 @@ set TDENGINE_CLOUD_DSN="" Run this command in your Mac terminal to save your URL and token as variable: ```bash -export TDENGINE_CLOUD_DSN= +export TDENGINE_CLOUD_DSN="" ``` -- GitLab