ain8n / config /n8n_env.sh
fuliai's picture
Update config/n8n_env.sh
d69c29d verified
raw
history blame contribute delete
142 Bytes
#!/bin/bash
# N8N 基础配置
export N8N_ENCRYPTION_KEY="${N8N_ENCRYPTION_KEY:-n8n8n8n}"
# N8N 功能配置
export N8N_RUNNERS_ENABLED=true