n8n is configured primarily through environment variables. Understanding the key variables lets you fine-tune your instance for your specific needs.
Essential Variables
- - N8N_HOST: Your n8n domain (e.g., n8n.example.com)
- - N8N_PROTOCOL: http or https
- - N8N_ENCRYPTION_KEY: Key for encrypting stored credentials
- - EXECUTIONS_MODE: "regular" (default) or "queue" (for scaling)
- - GENERIC_TIMEZONE: Default timezone (e.g., "America/New_York")