mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-17 01:54:06 -08:00
9 lines
433 B
TypeScript
9 lines
433 B
TypeScript
export const BINARY_ENCODING = 'base64';
|
|
export const CUSTOM_EXTENSION_ENV = 'N8N_CUSTOM_EXTENSIONS';
|
|
export const ENCRYPTION_KEY_ENV_OVERWRITE = 'N8N_ENCRYPTION_KEY';
|
|
export const EXTENSIONS_SUBDIRECTORY = 'custom';
|
|
export const USER_FOLDER_ENV_OVERWRITE = 'N8N_USER_FOLDER';
|
|
export const USER_SETTINGS_FILE_NAME = 'config';
|
|
export const USER_SETTINGS_SUBFOLDER = '.n8n';
|
|
export const TUNNEL_SUBDOMAIN_ENV = 'N8N_TUNNEL_SUBDOMAIN';
|