Merge pull request #12345 from ToolJet/fix/ec2-doc

Fix: Correction in AI whitelisting message
This commit is contained in:
Adish M 2025-03-24 11:42:16 +05:30 committed by GitHub
commit 9fb37bd037
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -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".

View file

@ -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