As described in <https://github.com/prebid/prebid.github.io/pull/477>, this will now look something like: ``` pbjs.setConfig({ cache: { url: "https://prebid.adnxs.com/pbc/v1/cache" }, s2sConfig: { ... endpoint: "https://prebid.adnxs.com/pbs/v1/auction", syncEndpoint: "https://prebid.adnxs.com/pbs/v1/cookie_sync", ... } }); ```