UNPKG

@mesh-tech/mesh-cli

Version:

CLI for Mesh platform development utilities

45 lines (35 loc) 1.08 kB
# Local Development Temporal Dynamic Configuration # Environment-specific settings for local development. # NO authorization block here: the local stack runs Temporal open # (TEMPORAL_AUTH_ENABLED=false in compose) and the seeder connects # without a token — auth is exercised on deployed platforms only. system.forceSearchAttributesCacheRefreshOnRead: - value: true constraints: {} frontend.enableUpdateWorkflowExecution: - value: true constraints: {} frontend.enableUpdateWorkflowExecutionAsyncAccepted: - value: true constraints: {} system.enableEagerWorkflowStart: - value: true constraints: {} system.enableActivityEagerExecution: - value: true constraints: {} frontend.enableWorkerVersioningDataAPIs: - value: true constraints: {} frontend.enableWorkerVersioningWorkflowAPIs: - value: true constraints: {} frontend.enableWorkerVersioningRuleAPIs: - value: true constraints: {} worker.buildIdScavengerEnabled: - value: true constraints: {} frontend.enableExecuteMultiOperation: - value: true constraints: {}