diff --git a/notifications/pkg/config/defaultconfig.go b/notifications/pkg/config/defaultconfig.go index 2d9169f7b..d5fb6e349 100644 --- a/notifications/pkg/config/defaultconfig.go +++ b/notifications/pkg/config/defaultconfig.go @@ -16,7 +16,7 @@ func DefaultConfig() *Config { Password: "godisdead", }, Events: Events{ - Endpoint: "127.0.0.1:4222", + Endpoint: "127.0.0.1:9233", Cluster: "test-cluster", ConsumerGroup: "notifications", },