mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-17 10:04:08 -08:00
8 lines
373 B
TypeScript
8 lines
373 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';
|