Skip to content

Commit

Permalink
33Across: Updated exchange endpoint (prebid#1738)
Browse files Browse the repository at this point in the history
  • Loading branch information
curlyblueeagle authored and shunj-nb committed Nov 8, 2022
1 parent b3f5360 commit 0298551
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 @@ -797,7 +797,7 @@ func SetupViper(v *viper.Viper, filename string) {
// Disabling adapters by default that require some specific config params.
// If you're using one of these, make sure you check out the documentation (https://github.com/prebid/prebid-server/tree/master/docs/bidders)
// for them and specify all the parameters they need for them to work correctly.
v.SetDefault("adapters.33across.endpoint", "http://ssc.33across.com/api/v1/hb")
v.SetDefault("adapters.33across.endpoint", "https://ssc.33across.com/api/v1/s2s")
v.SetDefault("adapters.33across.partner_id", "")
v.SetDefault("adapters.acuityads.endpoint", "http://{{.Host}}.admanmedia.com/bid?token={{.AccountID}}")
v.SetDefault("adapters.adform.endpoint", "https://adx.adform.net/adx")
Expand Down

0 comments on commit 0298551

Please sign in to comment.