n8n-docs/docs/hosting/configuration/environment-variables/source-control.md
Justin Ellingwood a7dc52d6e1
Change repo links to absolute file paths (#2829)
Co-authored-by: Nick Veitch <nick.veitch@n8n.io>
2025-02-11 17:40:26 +00:00

922 B

title description contentType tags hide
Source control environment variables Environment variable to set the default SSH key type for source control setup. reference
environment variables
toc
tags

Source control environment variables

--8<-- "_snippets/self-hosting/file-based-configuration.md"

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.

Variable Type Default Description
N8N_SOURCECONTROL_DEFAULT_SSH_KEY_TYPE String ed25519 Set to rsa to make RSA the default SSH key type for Source control setup.