fix(core): Rename to credential_stubs and variable_stubs.json (#6528)
rename to credential_stubs and variable_stubs.json
This commit is contained in:
committed by
GitHub
parent
fdf8a428ed
commit
b06462f441
@@ -2,8 +2,8 @@ export const SOURCE_CONTROL_PREFERENCES_DB_KEY = 'features.sourceControl';
|
||||
export const SOURCE_CONTROL_GIT_FOLDER = 'git';
|
||||
export const SOURCE_CONTROL_GIT_KEY_COMMENT = 'n8n deploy key';
|
||||
export const SOURCE_CONTROL_WORKFLOW_EXPORT_FOLDER = 'workflows';
|
||||
export const SOURCE_CONTROL_CREDENTIAL_EXPORT_FOLDER = 'credentials';
|
||||
export const SOURCE_CONTROL_VARIABLES_EXPORT_FILE = 'variables.json';
|
||||
export const SOURCE_CONTROL_CREDENTIAL_EXPORT_FOLDER = 'credential_stubs';
|
||||
export const SOURCE_CONTROL_VARIABLES_EXPORT_FILE = 'variable_stubs.json';
|
||||
export const SOURCE_CONTROL_TAGS_EXPORT_FILE = 'tags.json';
|
||||
export const SOURCE_CONTROL_SSH_FOLDER = 'ssh';
|
||||
export const SOURCE_CONTROL_SSH_KEY_NAME = 'key';
|
||||
|
||||
Reference in New Issue
Block a user