mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Merge pull request #12345 from ToolJet/fix/ec2-doc
Fix: Correction in AI whitelisting message
This commit is contained in:
commit
9fb37bd037
2 changed files with 5 additions and 5 deletions
|
|
@ -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".
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue