mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08:00
fix(core): Rename to credential_stubs and variable_stubs.json (#6528)
rename to credential_stubs and variable_stubs.json
This commit is contained in:
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';
|
||||
|
|
Loading…
Reference in a new issue