mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
edited tip
This commit is contained in:
parent
2e55fc65a9
commit
6d4b5c19f0
@ -69,5 +69,6 @@ To use a workflow template:
|
||||
4. On the workflow details page, select **Use this workflow**. n8n opens the workflow.
|
||||
5. Select **Save** to add the workflow to your workflows.
|
||||
|
||||
::: note
|
||||
n8n released workflow templates in [TODO: CHECK 0.165.0]. It is available for cloud users, and is enabled by default for self-hosted n8n. If you can't access workflow templates in n8n, you may be on an old version, or using a self-hosted or embeded version of n8n with templates disabled.
|
||||
::: tip
|
||||
n8n released workflow templates in [TODO: CHECK 0.165.0]. It is available for cloud users, and is enabled by default for self-hosted n8n. If you can't access workflow templates in n8n, you may be on an old version, or using a self-hosted or embeded version of n8n with templates disabled.
|
||||
:::
|
||||
|
||||
@ -58,7 +58,7 @@ Enabling overwrites for credentials allows you to set default values for credent
|
||||
| :------- | :--- | :---------- |
|
||||
| `N8N_CONFIG_FILES` | `string` | Use to provide the path to any JSON [configuration file(s)](../getting-started/installation/advanced/configuration.md#configuration-via-file). |
|
||||
| `N8N_DISABLE_UI` | `boolean` | Whether the UI should be disabled. |
|
||||
| `N8N_TEMPLATES_ENABLED` | `boolean` | Whether workflow templates should be enabled (true) or disabled (false) |
|
||||
| `N8N_TEMPLATES_ENABLED` | `boolean` | Whether workflow templates are enabled (true) or disabled (false) |
|
||||
| `N8N_TEMPLATES_HOST` | `string` | Defaults to https://api.n8n.io. Change this if creating your own workflow template library. |
|
||||
| `N8N_ENCRYPTION_KEY` | `string` | Provide a custom key used to encrypt credentials in the n8n database. By default a random key is generated on first launch. |
|
||||
| `N8N_USER_FOLDER` | `string` | Provide the path where n8n will store user-specific data, such as database file and encryption key. By default, `.n8n` is used. |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user