Skip to content

Commit

Permalink
fix: wrap JS_KEY in quotes in nats-cluster.conf and nats.conf (#3388)
Browse files Browse the repository at this point in the history
Signed-off-by: ItsKev <[email protected]>
  • Loading branch information
ItsKev authored Dec 15, 2024
1 parent a2dd051 commit 393e133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ server_name: $POD_NAME
# #
###################################
jetstream {
key: $JS_KEY
key: "$JS_KEY"
store_dir: "/data/jetstream/store"
{{.Settings}}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ server_name: $POD_NAME
# #
###################################
jetstream {
key: $JS_KEY
key: "$JS_KEY"
store_dir: "/data/jetstream/store"
{{.Settings}}
}
Expand Down

0 comments on commit 393e133

Please sign in to comment.