Skip to content

Commit c4ef3cf

Browse files
committed
Bidswitch cleanup
1 parent 11e76ba commit c4ef3cf

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ services:
5959
OPENX_IKEY: ""
6060
ADX_EKEY: ""
6161
ADX_IKEY: ""
62+
BIDSWITCH_ID: "1234"
6263
ports:
6364
- "8080:8080"
6465
- "8155:8155"

docker-pwd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ services:
4444
ACCOUNTING: "NONE"
4545
FREQGOV: "false"
4646
INDEXPAGE: "/index.html"
47+
BIDSWITCH_ID: "5678"
4748
ports:
4849
- "8080:8080"
4950
- "8155:8155"

shell/bidswitch.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
curl -X POST -d @../SampleBids/Bidswitch/AppNoDomain.txt http://localhost:8080/rtb/bids/bidswitch --header "Content-Type:application/json"
File renamed without changes.

web/exchange.html

-2
Original file line numberDiff line numberDiff line change
@@ -719,8 +719,6 @@ <h3>RTB Protocol</h3>
719719
" <p>Video Playback Not Supported</p>" +
720720
" </video>";
721721

722-
723-
724722
function executeDyno() {
725723
bid = editor.get();
726724
console.log(JSON.stringify(bid, null, 2));

0 commit comments

Comments
 (0)