Skip to content

Commit

Permalink
(BIDS-2245) remove obsolete notification sender config
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Jun 27, 2023
1 parent 5a771bc commit 8f4d971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ type Config struct {
Pprof bool `yaml:"pprof" envconfig:"METRICS_PPROF"`
} `yaml:"metrics"`
Notifications struct {
Sender bool `yaml:"sender" envconfig:"NOTIFICATIONS_SENDER"`
UserDBNotifications bool `yaml:"userDbNotifications" envconfig:"USERDB_NOTIFICATIONS_ENABLED"`
FirebaseCredentialsPath string `yaml:"firebaseCredentialsPath" envconfig:"NOTIFICATIONS_FIREBASE_CRED_PATH"`
ValidatorBalanceDecreasedNotificationsEnabled bool `yaml:"validatorBalanceDecreasedNotificationsEnabled" envconfig:"VALIDATOR_BALANCE_DECREASED_NOTIFICATIONS_ENABLED"`
Expand Down

0 comments on commit 8f4d971

Please sign in to comment.