File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ The following subdomains are configured (using `${DOMAIN}` as the base domain):
3131- ` secure-signals-react.${DOMAIN} ` → Google Secure Signals React Client Side (port 3044)
3232- ` prebid-client.${DOMAIN} ` → Prebid Client Side (port 3051)
3333- ` prebid-client-server.${DOMAIN} ` → Prebid Client Server (port 3052)
34+ - ` prebid-deferred.${DOMAIN} ` → Prebid Client Side Deferred/mergeConfig (port 3053)
3435- ` prebid-secure-signals.${DOMAIN} ` → Prebid Secure Signals Client Side (port 3061)
3536
3637** Example with default domain (` sample-dev.com ` ):**
@@ -67,6 +68,7 @@ To use the subdomain-based routing, you must add entries to your hosts file so t
6768 127.0.0.1 secure-signals-react.sample-dev.com
6869 127.0.0.1 prebid-client.sample-dev.com
6970 127.0.0.1 prebid-client-server.sample-dev.com
71+ 127.0.0.1 prebid-deferred.sample-dev.com
7072 127.0.0.1 prebid-secure-signals.sample-dev.com
7173 ```
7274
@@ -97,6 +99,7 @@ To use the subdomain-based routing, you must add entries to your hosts file so t
9799 127.0.0.1 secure-signals-react.sample-dev.com
98100 127.0.0.1 prebid-client.sample-dev.com
99101 127.0.0.1 prebid-client-server.sample-dev.com
102+ 127.0.0.1 prebid-deferred.sample-dev.com
100103 127.0.0.1 prebid-secure-signals.sample-dev.com
101104 ```
102105
You can’t perform that action at this time.
0 commit comments