From bb752e2bce1c2d4dceb7936de4c678f78f73aa2e Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Thu, 22 Sep 2022 17:50:07 +0300 Subject: [PATCH] docs: Add danger tip to encryption key for env variables --- packages/docs/pages/advanced/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/docs/pages/advanced/configuration.md b/packages/docs/pages/advanced/configuration.md index 6092a865..c6718f04 100644 --- a/packages/docs/pages/advanced/configuration.md +++ b/packages/docs/pages/advanced/configuration.md @@ -10,6 +10,10 @@ You can modify the `docker-compose.yml` file to override environment variables. The default values for some environment variables might be different in our development setup but following table shows the default values for docker-compose setup, which is the recommended way to run the application. ::: +:::danger +Please be careful with the `ENCRYPTION_KEY` variable. It is used to encrypt your credentials from third-party services. If you change it, you will not be able to access your connections and thus, your existing flows and connections will be useless. +::: + | Variable Name | Type | Default Value | Description | | ------------------- | ------- | ------------------ | ----------------------------------- | | `HOST` | string | `localhost` | HTTP Host |