@@ -28,24 +31,21 @@ Run this command in your terminal to save TDengine cloud token as variables:
...
@@ -28,24 +31,21 @@ Run this command in your terminal to save TDengine cloud token as variables:
<TabItemvalue="bash"label="Bash">
<TabItemvalue="bash"label="Bash">
```bash
```bash
export TDENGINE_CLOUD_TOKEN="<token>"
export TDENGINE_CLOUD_DSN="<DSN>"
export TDENGINE_CLOUD_URL="<url>"
```
```
</TabItem>
</TabItem>
<TabItemvalue="cmd"label="CMD">
<TabItemvalue="cmd"label="CMD">
```bash
```bash
set TDENGINE_CLOUD_TOKEN="<token>"
set TDENGINE_CLOUD_DSN="<DSN>"
set TDENGINE_CLOUD_URL="<url>"
```
```
</TabItem>
</TabItem>
<TabItemvalue="powershell"label="Powershell">
<TabItemvalue="powershell"label="Powershell">
```powershell
```powershell
$env:TDENGINE_CLOUD_TOKEN="<token>"
$env:TDENGINE_CLOUD_DSN="<DSN>"
$env:TDENGINE_CLOUD_URL="<url>"
```
```
</TabItem>
</TabItem>
...
@@ -53,8 +53,7 @@ $env:TDENGINE_CLOUD_URL="<url>"
...
@@ -53,8 +53,7 @@ $env:TDENGINE_CLOUD_URL="<url>"
<!-- exclude -->
<!-- exclude -->
:::note
:::note
Replace <token\> and <url\> with cloud token and URL.
Replace <DSN\> with real TDengine cloud DSN. To obtain the real value, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Connector" and then select "Rust".
To obtain the value of cloud token and URL, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Connector" and then select "Rust".