From dadbec2a4fccfa3e5448649ed2c55a49ecffcbdf Mon Sep 17 00:00:00 2001 From: Josue Alexander Ibarra <1480657+ibarrajo@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:05:57 -0700 Subject: [PATCH] allow config store pollInterval to be set using environment variables --- docker/config_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/config_template.yaml b/docker/config_template.yaml index 43b28ac809f..c8fddfcb7fa 100644 --- a/docker/config_template.yaml +++ b/docker/config_template.yaml @@ -308,7 +308,7 @@ dynamicconfig: client: filebased filebased: filepath: {{ default .Env.DYNAMIC_CONFIG_FILE_PATH "/etc/cadence/config/dynamicconfig/development.yaml" }} - pollInterval: "60s" + pollInterval: {{ default .Env.DYNAMIC_CONFIG_POLL_INTERVAL "60s" }} blobstore: filestore: