fix: remove N8N_ENCRYPTION_KEY from Duplicate Space secrets (auto-generated by n8n)
Browse files
README.md
CHANGED
|
@@ -12,8 +12,6 @@ secrets:
|
|
| 12 |
description: Password to log in to your n8n instance. Required to protect your workflows.
|
| 13 |
- name: HF_TOKEN
|
| 14 |
description: HuggingFace token with write access. Used for automatic backup of your workflows and credentials to a private dataset.
|
| 15 |
-
- name: N8N_ENCRYPTION_KEY
|
| 16 |
-
description: Encryption key for stored credentials. Set this explicitly so credentials survive Space rebuilds. Generate with — openssl rand -hex 32
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- Badges -->
|
|
|
|
| 12 |
description: Password to log in to your n8n instance. Required to protect your workflows.
|
| 13 |
- name: HF_TOKEN
|
| 14 |
description: HuggingFace token with write access. Used for automatic backup of your workflows and credentials to a private dataset.
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- Badges -->
|