时区和本地化环境变量(Timezone and localization environment variables)#
File-based configuration
You can add _FILE to individual variables to provide their configuration in a separate file. Refer to Keeping sensitive data in separate files for more details.
| 变量 | 类型 | 默认值 | 描述 |
|---|---|---|---|
GENERIC_TIMEZONE |
* | America/New_York |
n8n 实例的时区。对计划节点(例如 Cron)非常重要。 |
N8N_DEFAULT_LOCALE |
字符串 | en |
一种语言区域标识符,与 Accept-Language 头 兼容。n8n 不支持区域性标识符,例如 de-AT。当运行在非默认语言环境时,n8n 会以所选语言显示 UI 文本,对于任何未翻译的文本,则回退为 en。 |