From 6d4b5c19f05fabf4da4abcc3c8bc3b2e141d596a Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Wed, 23 Feb 2022 13:26:32 +0000 Subject: [PATCH] edited tip --- docs/getting-started/key-components/workflow.md | 5 +++-- docs/reference/environment-variables.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/key-components/workflow.md b/docs/getting-started/key-components/workflow.md index b20441edc..11bff3314 100644 --- a/docs/getting-started/key-components/workflow.md +++ b/docs/getting-started/key-components/workflow.md @@ -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. +::: diff --git a/docs/reference/environment-variables.md b/docs/reference/environment-variables.md index 74da8f315..18d645e98 100644 --- a/docs/reference/environment-variables.md +++ b/docs/reference/environment-variables.md @@ -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. |