Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aigenai/ain8n
fuliai
/
ain8n
like
34
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
refs/pr/5
ain8n
/
config
/
n8n_env.sh
fuliai
Update config/n8n_env.sh
e1ce2ad
verified
4 months ago
raw
Copy download link
history
blame
Safe
225 Bytes
#!/bin/bash
# N8N 基础配置
export
N8N_ENCRYPTION_KEY=
"
${N8N_ENCRYPTION_KEY:-n8n8n8n}
"
# N8N 功能配置
export
N8N_RUNNERS_ENABLED=
false
export
N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=
true
export
N8N_RUNNERS_ENABLED=
true