Skip to content

Commit

Permalink
fix: correct default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Nov 11, 2023
1 parent 2bb048c commit 6fed7b3
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 @@ -43,6 +43,7 @@ func Default() Config {
func SnappVendor() Vendor {
return Vendor{
UseValidator: false,
IsInternal: false,
AllowedAccessTypes: []string{
"pub",
"sub",
Expand Down

0 comments on commit 6fed7b3

Please sign in to comment.