mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Merge pull request #12315 from ToolJet/fix/Ai-warning-docs
Fix AI warning card in docs
This commit is contained in:
commit
ea3a86d1b6
4 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ title: DigitalOcean
|
|||
---
|
||||
|
||||
:::warning
|
||||
To enable ToolJet AI features in your ToolJet deployment, whitelist `api-gateway.tooljet.ai` and `docs.tooljet.ai`.
|
||||
To enable ToolJet AI features in your ToolJet deployment, whitelist https://api-gateway.tooljet.ai.
|
||||
:::
|
||||
|
||||
Follow the steps below to deploy ToolJet on a DigitalOcean Droplet.
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
|
|||
Follow the steps below to deploy ToolJet on a server using Docker Compose. ToolJet requires a PostgreSQL database to store applications definitions, (encrypted) credentials for datasources and user authentication data.
|
||||
|
||||
:::warning
|
||||
To enable ToolJet AI features in your ToolJet deployment, whitelist `api-gateway.tooljet.ai` and `docs.tooljet.ai`.
|
||||
To enable ToolJet AI features in your ToolJet deployment, whitelist https://api-gateway.tooljet.ai.
|
||||
:::
|
||||
|
||||
:::info
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ title: AWS ECS
|
|||
# Deploying ToolJet on Amazon ECS
|
||||
|
||||
:::warning
|
||||
To enable ToolJet AI features in your ToolJet deployment, whitelist `api-gateway.tooljet.ai` and `docs.tooljet.ai`.
|
||||
To enable ToolJet AI features in your ToolJet deployment, whitelist https://api-gateway.tooljet.ai.
|
||||
:::
|
||||
|
||||
:::info
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ title: Google Cloud Run
|
|||
# Deploying ToolJet on Google Cloud Run
|
||||
|
||||
:::warning
|
||||
To enable ToolJet AI features in your ToolJet deployment, whitelist `api-gateway.tooljet.ai` and `docs.tooljet.ai`.
|
||||
To enable ToolJet AI features in your ToolJet deployment, whitelist https://api-gateway.tooljet.ai.
|
||||
:::
|
||||
|
||||
:::info
|
||||
|
|
|
|||
Loading…
Reference in a new issue