Make it possible to set tunnel subdomain via environment variable

This commit is contained in:
Jan Oberhauser
2019-10-15 07:21:15 +02:00
parent 92669bb77a
commit 369e8084d3
2 changed files with 12 additions and 3 deletions

View File

@@ -5,3 +5,4 @@ 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';