Operations
Environment variables
Runtime configuration across the docs app and the web3 app.
Docs App
| Variable | Purpose |
|---|---|
NEXT_PUBLIC_SITE_URL | absolute site URL for metadata |
Web3 App
| Variable | Purpose |
|---|---|
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID | wallet connection |
NEXT_PUBLIC_APP_URL | wallet metadata and public URL |
NEXT_PUBLIC_SUBGRAPH_URL | optional subgraph override |
Operational Rule
If these values change in production, update both runtime configuration and the docs that describe it.
Last updated on