mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
871 B
871 B
| title | description | contentType | tags | hide | |||
|---|---|---|---|---|---|---|---|
| Credentials environment variables | Manage default credentials and override them through environment variables your self-hosted n8n instance. | reference |
|
|
Credentials environment variables
--8<-- "_snippets/self-hosting/file-based-configuration.md"
Enable credential overwrites using the following environment variables. Refer to Credential overwrites for details.
| Variable | Type | Default | Description |
|---|---|---|---|
CREDENTIALS_OVERWRITE_DATA/ _FILE |
* | - | Overwrites for credentials. |
CREDENTIALS_OVERWRITE_ENDPOINT |
String | - | The API endpoint to fetch credentials. |
CREDENTIALS_DEFAULT_NAME |
String | My credentials |
The default name for credentials. |