Skip to content

Commit

Permalink
Fix docker config template to set only one visibility (#3889)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou authored Feb 2, 2023
1 parent 5721cf8 commit 19d36fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ log:
persistence:
numHistoryShards: {{ default .Env.NUM_HISTORY_SHARDS "4" }}
defaultStore: default
visibilityStore: visibility
{{- $es := default .Env.ENABLE_ES "false" | lower -}}
{{- if eq $es "true" }}
advancedVisibilityStore: es-visibility
{{- else }}
visibilityStore: visibility
{{- end }}
datastores:
{{- $db := default .Env.DB "cassandra" | lower -}}
Expand Down

0 comments on commit 19d36fb

Please sign in to comment.