refactor(core): Port workflows config (no-changelog) (#10173)

This commit is contained in:
Iván Ovejero
2024-07-24 14:38:29 +02:00
committed by GitHub
parent 9056242b3a
commit b81f0bf9ea
8 changed files with 48 additions and 28 deletions

View File

@@ -99,7 +99,7 @@ export class FrontendService {
saveExecutionProgress: config.getEnv('executions.saveExecutionProgress'),
executionTimeout: config.getEnv('executions.timeout'),
maxExecutionTimeout: config.getEnv('executions.maxTimeout'),
workflowCallerPolicyDefaultOption: config.getEnv('workflows.callerPolicyDefaultOption'),
workflowCallerPolicyDefaultOption: this.globalConfig.workflows.callerPolicyDefaultOption,
timezone: config.getEnv('generic.timezone'),
urlBaseWebhook: this.urlService.getWebhookBaseUrl(),
urlBaseEditor: instanceBaseUrl,