Skip to content

Commit

Permalink
Update UI Server
Browse files Browse the repository at this point in the history
  • Loading branch information
temporal-data committed Jun 11, 2024
1 parent 5392650 commit 023a126
Show file tree
Hide file tree
Showing 127 changed files with 131 additions and 129 deletions.
2 changes: 2 additions & 0 deletions docker/config-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ codec:

forwardHeaders: {{ if .Env.TEMPORAL_FORWARD_HEADERS }} {{ range $seed := (split .Env.TEMPORAL_FORWARD_HEADERS ",") }}
- {{ . }} {{ end }} {{ end }}

hideLogs: {{ default .Env.TEMPORAL_HIDE_LOGS "false"}}
2 changes: 1 addition & 1 deletion server/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type (
HideWorkflowQueryErrors bool `yaml:"hideWorkflowQueryErrors"`
// Forward specified HTTP headers from HTTP API requests to Temporal gRPC backend
ForwardHeaders []string `yaml:"forwardHeaders"`
HideLogs bool
HideLogs bool `yaml:"hideLogs"`
}

CORS struct {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 023a126

Please sign in to comment.