Skip to content

Commit

Permalink
Switching yieldmo auction endpoint from http to https (prebid#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ym-winston authored and mansinahar committed Apr 15, 2020
1 parent 8d0c087 commit 6a7d562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ func SetupViper(v *viper.Viper, filename string) {
v.SetDefault("adapters.sonobi.endpoint", "https://apex.go.sonobi.com/prebid?partnerid=71d9d3d8af")
v.SetDefault("adapters.unruly.endpoint", "http://targeting.unrulymedia.com/openrtb/2.2")
v.SetDefault("adapters.vrtcal.endpoint", "http://rtb.vrtcal.com/bidder_prebid.vap?ssp=1804")
v.SetDefault("adapters.yieldmo.endpoint", "http://ads.yieldmo.com/exchange/prebid-server")
v.SetDefault("adapters.yieldmo.endpoint", "https://ads.yieldmo.com/exchange/prebid-server")
v.SetDefault("adapters.gamoshi.endpoint", "https://rtb.gamoshi.io")
v.SetDefault("adapters.gamma.endpoint", "https://hb.gammaplatform.com/adx/request/")
v.SetDefault("adapters.mgid.endpoint", "https://prebid.mgid.com/prebid/")
Expand Down

0 comments on commit 6a7d562

Please sign in to comment.