Skip to content

Commit 2bd1bf4

Browse files
committed
Update .env.example for example env
1 parent c4c56ac commit 2bd1bf4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ TRUSTED_SERVER__INTEGRATIONS__PREBID__ENABLED=false
4141
# TRUSTED_SERVER__INTEGRATIONS__PREBID__TIMEOUT_MS=1000
4242
# TRUSTED_SERVER__INTEGRATIONS__PREBID__BIDDERS=kargo,rubicon,appnexus
4343
# TRUSTED_SERVER__INTEGRATIONS__PREBID__BID_PARAM_OVERRIDES='{"bidder-name":{"param1":122112,"param2":"11212323"}}'
44+
# Compatibility env shape for bidder -> zone -> params overrides
45+
# TRUSTED_SERVER__INTEGRATIONS__PREBID__BID_PARAM_ZONE_OVERRIDES='{"kargo":{"header":{"placementId":"_abc"}}}'
46+
# Preferred canonical env shape for future generic rules
47+
# TRUSTED_SERVER__INTEGRATIONS__PREBID__BID_PARAM_OVERRIDE_RULES='[{"when":{"bidder":"kargo","zone":"header"},"set":{"placementId":"_abc"}}]'
4448
# TRUSTED_SERVER__INTEGRATIONS__PREBID__AUTO_CONFIGURE=false
4549
# TRUSTED_SERVER__INTEGRATIONS__PREBID__DEBUG=false
4650
# TRUSTED_SERVER__INTEGRATIONS__PREBID__TEST_MODE=false

0 commit comments

Comments
 (0)