Skip to content

Commit

Permalink
Insticator SSP endpoint is switched to prod environment (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbelousov-tt authored Aug 5, 2020
1 parent 308af0a commit df9ff91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/insticatorBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from '../src/utils.js';

const BIDDER_CODE = 'insticator';
const ENDPOINT = 'https://ex.hunchme.com/v1/openrtb'; // staging endpoint!
const ENDPOINT = 'https://ex.ingage.tech/v1/openrtb'; // production endpoint
const USER_ID_KEY = 'hb_insticator_uid';
const USER_ID_COOKIE_EXP = 2592000000; // 30 days
const BID_TTL = 300; // 5 minutes
Expand Down

0 comments on commit df9ff91

Please sign in to comment.