源代码控制环境变量#
¥Source control 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.
n8n 使用基于 Git 的源代码控制来支持环境。有关如何将 Git 仓库链接到 n8n 实例并配置源代码控制的更多信息,请参阅 源代码控制和环境。
¥n8n uses Git-based source control to support environments. Refer to Source control and environments for more information on how to link a Git repository to an n8n instance and configure your source control.
| 变量 | 类型 | 默认 | 描述 |
|---|---|---|---|
N8N_SOURCECONTROL_DEFAULT_SSH_KEY_TYPE |
字符串 | ed25519 |
设置为 rsa 可将 RSA 设置为 源代码控制设置 的默认 SSH 密钥类型。 |