Skip to content

Commit

Permalink
VIS.X updated endpoint parameters (#2282)
Browse files Browse the repository at this point in the history
  • Loading branch information
vfedoseev authored Jun 29, 2022
1 parent fb480a7 commit c1282bb
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 @@ -1052,7 +1052,7 @@ func SetupViper(v *viper.Viper, filename string) {
v.SetDefault("adapters.videobyte.endpoint", "https://x.videobyte.com/ortbhb")
v.SetDefault("adapters.vidoomy.endpoint", "https://p.vidoomy.com/api/rtbserver/pbs")
v.SetDefault("adapters.viewdeos.endpoint", "http://ghb.sync.viewdeos.com/pbs/ortb")
v.SetDefault("adapters.visx.endpoint", "https://t.visx.net/s2s_bid?wrapperType=s2s_prebid_standard:0.1.0")
v.SetDefault("adapters.visx.endpoint", "https://t.visx.net/s2s_bid?wrapperType=s2s_prebid_standard:0.1.1")
v.SetDefault("adapters.vrtcal.endpoint", "http://rtb.vrtcal.com/bidder_prebid.vap?ssp=1804")
v.SetDefault("adapters.yahoossp.endpoint", "https://s2shb.ssp.yahoo.com/admax/bid/partners/PBS")
v.SetDefault("adapters.yeahmobi.endpoint", "https://{{.Host}}/prebid/bid")
Expand Down

0 comments on commit c1282bb

Please sign in to comment.