Skip to content

Commit

Permalink
Merge pull request prebid#1 from mbrtargeting/stroeercore-bidder-s2shba
Browse files Browse the repository at this point in the history
Update the testing endpoint
  • Loading branch information
philipwatson authored Jan 24, 2020
2 parents d7e8863 + 76b2aa1 commit c9147cd
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 @@ -704,7 +704,7 @@ func SetupViper(v *viper.Viper, filename string) {
v.SetDefault("adapters.somoaudience.endpoint", "http://publisher-east.mobileadtrading.com/rtb/bid")
v.SetDefault("adapters.sonobi.endpoint", "https://apex.go.sonobi.com/prebid?partnerid=71d9d3d8af")
v.SetDefault("adapters.sovrn.endpoint", "http://ap.lijit.com/rtb/bid?src=prebid_server")
v.SetDefault("adapters.stroeercore.endpoint", "http://hba.lsd.test:80/s2sdsh")
v.SetDefault("adapters.stroeercore.endpoint", "http://s2shba.lsd.test:80/s2sdsh")
v.SetDefault("adapters.synacormedia.endpoint", "http://{{.Host}}.technoratimedia.com/openrtb/bids/{{.Host}}")
v.SetDefault("adapters.tappx.endpoint", "https://{{.Host}}")
v.SetDefault("adapters.triplelift_native.disabled", true)
Expand Down

0 comments on commit c9147cd

Please sign in to comment.