docs: Specify encryption key as environment variable
This commit is contained in:
@@ -11,7 +11,7 @@ The default values for some environment variables might be different in our deve
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
:::danger
|
:::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.
|
Please be careful with the `ENCRYPTION_KEY` environment 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 |
|
| Variable Name | Type | Default Value | Description |
|
||||||
|
@@ -5,5 +5,5 @@ We need to store your credentials in order to automatically communicate with thi
|
|||||||
Automatisch uses AES specification to encrypt and decrypt your credentials of third-party services. The Advanced Encryption Standard (AES) is a U.S. Federal Information Processing Standard (FIPS). It was selected after a 5-year process where 15 competing designs were evaluated. AES is now used worldwide to protect sensitive information.
|
Automatisch uses AES specification to encrypt and decrypt your credentials of third-party services. The Advanced Encryption Standard (AES) is a U.S. Federal Information Processing Standard (FIPS). It was selected after a 5-year process where 15 competing designs were evaluated. AES is now used worldwide to protect sensitive information.
|
||||||
|
|
||||||
:::danger
|
:::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.
|
Please be careful with the `ENCRYPTION_KEY` environment 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.
|
||||||
:::
|
:::
|
||||||
|
Reference in New Issue
Block a user