From 2bce6df19c4326cf64e6af82962a42ec43711809 Mon Sep 17 00:00:00 2001 From: Adish M Date: Mon, 24 Mar 2025 11:33:45 +0530 Subject: [PATCH] Fix: Correction in AI whitelisting message - Correction is Azure container app and EC2 deployment for AI whitelisting message --- .../version-3.0.0-LTS/setup/azure-container.md | 8 ++++---- docs/versioned_docs/version-3.0.0-LTS/setup/ec2.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/versioned_docs/version-3.0.0-LTS/setup/azure-container.md b/docs/versioned_docs/version-3.0.0-LTS/setup/azure-container.md index 9092a50595..b3d30f9193 100644 --- a/docs/versioned_docs/version-3.0.0-LTS/setup/azure-container.md +++ b/docs/versioned_docs/version-3.0.0-LTS/setup/azure-container.md @@ -5,16 +5,16 @@ title: Azure container apps # Deploying ToolJet on Azure container apps +:::warning +To enable ToolJet AI features in your ToolJet deployment, whitelist https://api-gateway.tooljet.ai. +::: + :::info Please note that you need to set up a PostgreSQL database manually to be used by ToolJet. ToolJet comes with a built-in Redis setup, which is used for multiplayer editing and background jobs. However, for multi-service setup, it's recommended to use an external Redis instance. ::: -:::warning -To enable ToolJet AI features in your ToolJet deployment, whitelist `api-gateway.tooljet.ai` and `docs.tooljet.ai`. -::: - ## Deploying ToolJet application 1. Open the Azure dashboard at https://portal.azure.com, navigate to Container Apps, and click on "Create container app". diff --git a/docs/versioned_docs/version-3.0.0-LTS/setup/ec2.md b/docs/versioned_docs/version-3.0.0-LTS/setup/ec2.md index 0d1dfc1be2..b4c91a28c1 100644 --- a/docs/versioned_docs/version-3.0.0-LTS/setup/ec2.md +++ b/docs/versioned_docs/version-3.0.0-LTS/setup/ec2.md @@ -6,7 +6,7 @@ title: AWS EC2 # Deploying ToolJet on Amazon EC2 :::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