somratpro commited on
Commit
7470ebe
·
1 Parent(s): 6c50648

docs: remove N8N_ENCRYPTION_KEY secret and update OUTBOUND_PROXY_URL description in README

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -10,10 +10,8 @@ license: mit
10
  secrets:
11
  - name: HF_TOKEN
12
  description: HuggingFace token with write access (Settings > Tokens). Used for automatic backup.
13
- - name: N8N_ENCRYPTION_KEY
14
- description: (Optional) Secret key to encrypt your n8n credentials. Generate with 'openssl rand -hex 32'.
15
  - name: OUTBOUND_PROXY_URL
16
- description: (Optional) Your Cloudflare Worker URL to bypass platform blocks (Telegram/Discord).
17
  ---
18
 
19
  # 🔗 Hugging8n
 
10
  secrets:
11
  - name: HF_TOKEN
12
  description: HuggingFace token with write access (Settings > Tokens). Used for automatic backup.
 
 
13
  - name: OUTBOUND_PROXY_URL
14
+ description: Your Cloudflare Worker URL to bypass platform blocks (Telegram/Discord).
15
  ---
16
 
17
  # 🔗 Hugging8n