Skip to content

Commit

Permalink
fix config and enable jetstream for nats
Browse files Browse the repository at this point in the history
  • Loading branch information
metacoma committed May 14, 2024
1 parent 2240718 commit 506a9a7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions nats.k
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ nats_port = 4222


config = {
cluster.merge.name = "nats-cluster"
jetstream.enable = True
cluster = {
merge = {
name = "nats-cluster"
}
}
jetstream = {
enable = True
}
merge = {
accounts = {
"$SYS" = {
Expand Down

0 comments on commit 506a9a7

Please sign in to comment.