提交 04f4877b 编写于 作者: D dingbo

docs: connect

上级 be94330d
...@@ -37,8 +37,8 @@ Run this command in your terminal to save TDengine cloud token and URL as variab ...@@ -37,8 +37,8 @@ Run this command in your terminal to save TDengine cloud token and URL as variab
<TabItem value="bash" label="Bash"> <TabItem value="bash" label="Bash">
```bash ```bash
export TDENGINE_CLOUD_TOKEN=<token> export TDENGINE_CLOUD_TOKEN="<token>"
export TDENGINE_CLOUD_URL=<url> export TDENGINE_CLOUD_URL="<url>"
``` ```
</TabItem> </TabItem>
......
...@@ -42,7 +42,7 @@ Run this command in your terminal to save the JDBC URL as variable: ...@@ -42,7 +42,7 @@ Run this command in your terminal to save the JDBC URL as variable:
<TabItem value="bash" label="Bash"> <TabItem value="bash" label="Bash">
```bash ```bash
export TDENGINE_JDBC_URL=<jdbcURL> export TDENGINE_JDBC_URL="<jdbcURL>"
``` ```
</TabItem> </TabItem>
<TabItem value="cmd" label="CMD"> <TabItem value="cmd" label="CMD">
......
...@@ -33,7 +33,7 @@ Run this command in your terminal to save DSN(data source name) as variable: ...@@ -33,7 +33,7 @@ Run this command in your terminal to save DSN(data source name) as variable:
<TabItem value="bash" label="Bash"> <TabItem value="bash" label="Bash">
```bash ```bash
export TDENGINE_GO_DSN=<goDSN> export TDENGINE_GO_DSN="<goDSN>"
``` ```
</TabItem> </TabItem>
......
...@@ -23,8 +23,8 @@ Run this command in your terminal to save TDengine cloud token as variables: ...@@ -23,8 +23,8 @@ Run this command in your terminal to save TDengine cloud token as variables:
<TabItem value="bash" label="Bash"> <TabItem value="bash" label="Bash">
```bash ```bash
export TDENGINE_CLOUD_TOKEN=<token> export TDENGINE_CLOUD_TOKEN="<token>"
export TDENGINE_CLOUD_URL=<url> export TDENGINE_CLOUD_URL="<url>"
``` ```
</TabItem> </TabItem>
......
...@@ -19,8 +19,8 @@ Run this command in your terminal to save TDengine cloud token as variables: ...@@ -19,8 +19,8 @@ Run this command in your terminal to save TDengine cloud token as variables:
<TabItem value="bash" label="Bash"> <TabItem value="bash" label="Bash">
```bash ```bash
export TDENGINE_CLOUD_TOKEN=<token> export TDENGINE_CLOUD_TOKEN="<token>"
export TDENGINE_CLOUD_URL=<url> export TDENGINE_CLOUD_URL="<url>"
``` ```
</TabItem> </TabItem>
......
...@@ -19,7 +19,7 @@ To run TDengine CLI to access TDengine cloud, please install [TDengine client in ...@@ -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: Run this command in your Linux terminal to save your URL and token as variable:
```bash ```bash
export TDENGINE_CLOUD_DSN=<DSN> export TDENGINE_CLOUD_DSN="<DSN>"
``` ```
</TabItem> </TabItem>
...@@ -37,7 +37,7 @@ set TDENGINE_CLOUD_DSN="<DSN>" ...@@ -37,7 +37,7 @@ set TDENGINE_CLOUD_DSN="<DSN>"
Run this command in your Mac terminal to save your URL and token as variable: Run this command in your Mac terminal to save your URL and token as variable:
```bash ```bash
export TDENGINE_CLOUD_DSN=<DSN> export TDENGINE_CLOUD_DSN="<DSN>"
``` ```
</TabItem> </TabItem>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册