Skip to content

Commit

Permalink
Merge pull request #528 from lambdaR/fix_template
Browse files Browse the repository at this point in the history
fix template
  • Loading branch information
ripienaar authored Jul 13, 2022
2 parents fd4e17e + 726b4a5 commit 4ae164c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cli/server_run_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ trace: {{.Verbose}}
system_account: SYSTEM
logtime: false
{{ if .JetStream }}
{{- if .JetStream }}
jetstream {
store_dir: {{ .StoreDir }}
{{ if .JSDomain }}
{{- if .JSDomain }}
domain: {{ .JSDomain }}
{{ end }}
{{- end }}
}
{{ end }}
{{- end }}
accounts {
USER: {
Expand All @@ -77,7 +77,7 @@ accounts {
]
}
SERVICE: {
SERVICE: {
jetstream: enabled
users: [
{
Expand All @@ -89,7 +89,7 @@ accounts {
exports: [
{service: service.>}
]
}
}
SYSTEM: {
users: [{"user": "system", "password": "{{.SystemPasswordCrypt}}"}],
Expand Down

0 comments on commit 4ae164c

Please sign in to comment.