You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEXT_PUBLIC_API_KEYS_ALERT_MESSAGE='<strong>Chain-specific API keys are being deprecated.</strong> Please migrate to <a href="https://docs.blockscout.com/for-developers/api-keys/pro-api" target="_blank" rel="noopener noreferrer">Blockscout's PRO API</a> for new multichain access. Existing API keys will become invalid on 1st of Jan 2027'
79
+
NEXT_PUBLIC_API_KEYS_ALERT_MESSAGE='<strong>Chain-specific API keys are being deprecated.</strong> Please migrate to <a href="https://docs.blockscout.com/for-developers/api-keys/pro-api" target="_blank" rel="noopener noreferrer">Blockscout's PRO API</a> for new multichain access. Existing API keys will become invalid on 1st of Jan 2027'
Copy file name to clipboardExpand all lines: docs/ENVS.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ All json-like values should be single-quoted. If it contains a hash (`#`) or a d
46
46
-[Export data to CSV file](#export-data-to-csv-file)
47
47
-[Google analytics](#google-analytics)
48
48
-[Mixpanel analytics](#mixpanel-analytics)
49
+
-[Usercentrics CMP](#usercentrics-cmp)
49
50
-[GrowthBook feature flagging and A/B testing](#growthbook-feature-flagging-and-ab-testing)
50
51
-[GraphQL API documentation](#graphql-api-documentation)
51
52
-[API documentation](#api-documentation)
@@ -581,6 +582,14 @@ Ads are enabled by default on all self-hosted instances. If you would like to di
581
582
582
583
583
584
585
+
### Usercentrics CMP
586
+
587
+
| Variable | Type| Description | Compulsoriness | Default value | Example value | Version |
588
+
| --- | --- | --- | --- | --- | --- | --- |
589
+
| NEXT_PUBLIC_USERCENTRICS_CONFIG |`object`| JSON config for [Usercentrics](https://usercentrics.com/) Consent Management Platform. When set, the UC script is injected and all analytics (Google Analytics, Mixpanel, Rollbar) are gated behind user consent. Disabled in private mode. | true | - |`{'scriptUrl':'https://your-cdn.com/uc.js','rulesetId':'<your-ruleset-id>'}`| v1.37.x+ |
590
+
591
+
592
+
584
593
### GrowthBook feature flagging and A/B testing
585
594
586
595
| Variable | Type| Description | Compulsoriness | Default value | Example value | Version |
0 commit comments