mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
🔨 Fix broken links
This commit is contained in:
parent
f8e75cbecb
commit
09f184a59d
@ -37,7 +37,7 @@ export VUE_APP_URL_BASE_API=https://n8n.example.com/
|
||||
|
||||
## Security
|
||||
|
||||
You can find information about securing your n8n instance [here](../key-concepts.md#security).
|
||||
You can find information about securing your n8n instance [here](../../key-concepts.md#security).
|
||||
|
||||
## Encryption key
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@ To allow workers to interact with the main process, we need a message broker. We
|
||||
|
||||
### Set executions mode
|
||||
|
||||
Set the [environment variable](../../reference/glossary.md#environment-variables) `EXECUTIONS_MODE` to `queue` using the following command.
|
||||
Set the [environment variable](../../../reference/glossary.md#environment-variables) `EXECUTIONS_MODE` to `queue` using the following command.
|
||||
|
||||
```bash
|
||||
export EXECUTIONS_MODE=queue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user