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: