Skip to content

Commit

Permalink
notifier: change default RemoteConfigHost to production
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Aug 25, 2020
1 parent df827d0 commit 92094c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (opt *NotifierOptions) init() {
}

if opt.RemoteConfigHost == "" {
opt.RemoteConfigHost = "https://v1-staging-notifier-config.s3.amazonaws.com"
opt.RemoteConfigHost = "https://v1-production-notifier-configs.s3.amazonaws.com"
}

if opt.Revision == "" {
Expand Down

0 comments on commit 92094c4

Please sign in to comment.