Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
feat: add default value for streaming group
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Sep 18, 2021
1 parent 57153e1 commit 4ec2b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func Default() Config {
URL: "nats://127.0.0.1:4222",
},
Streaming: streaming.Config{
Group: "sjr",
URL: "nats://127.0.0.1:4223",
ClusterID: "snapp",
},
Expand Down

0 comments on commit 4ec2b9a

Please sign in to comment.