mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: add YAML support to server (#6934)
This commit is contained in:
@ -47,6 +47,9 @@ Aliases:
|
||||
{{- with $opt.Env }}
|
||||
| Environment | {{ (print "$" .) | wrapCode }} |
|
||||
{{- end }}
|
||||
{{- with $opt.YAMLPath }}
|
||||
| YAML | {{ . | wrapCode }} |
|
||||
{{- end }}
|
||||
{{- with $opt.Default }}
|
||||
| Default | {{- . | wrapCode }} |
|
||||
{{ "" }}
|
||||
|
Reference in New Issue
Block a user