Skip to content

Commit

Permalink
fix: Remove hardcoded credentials in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jan 16, 2025
1 parent bd078cb commit 599bd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/v1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func NewDefaultConfig() *Config {
PprofAddress: "",
OutputServer: &OutputServer{
Address: "xatu.primary.production.platform.ethpandaops.io:443",
Credentials: "YWRtaW46YWRtaW4=",
Credentials: "",
Tls: true,
},
}
Expand Down

0 comments on commit 599bd54

Please sign in to comment.