Configuration
Environmental variables
Variable | Description | Value example |
---|---|---|
NEXT_PUBLIC_ETHEREUM_PROVIDER | URL of the web3 provider used | https://eth-mainnet.g.alchemy.com/v2/XXXX (opens in a new tab) |
NEXT_PUBLIC_MAGIC_API_KEY | Magic.link API key if the email wallet is activated | pk_live_XXX |
NEXT_PUBLIC_FEATURED_TOKEN | List of NFTs to highlight on the homepage (separated by a comma) | 1-0x...-123...,1-0x...-456,1-0x...789 |
NEXT_PUBLIC_GRAPHQL_URL | Liteflow graphql endpoint | https://api.acme.com/graphql (opens in a new tab) |
NEXT_PUBLIC_UPLOAD_URL | Liteflow upload API endpoint | https://api.acme.com/uploadToIPFS (opens in a new tab) |
NEXT_PUBLIC_CHAIN_ID | Chain ID used for the application | 1 |
NEXT_PUBLIC_REPORT_EMAIL | Email to use for report | report@acme.com |
NEXT_PUBLIC_HOME_TOKENS | List of tokens to display in the featured tokens (separated by a comma) | 1-0x...-123...,1-0x...-456,1-0x...789 |
NEXT_PUBLIC_BUGSNAG_API_KEY | Key for Bugsnag to track errors | xxxxxx |
NEXT_PUBLIC_OFFER_VALIDITY_IN_SECONDS | Duration in second of a valid offer | 2419200 |
NEXT_PUBLIC_AUCTION_VALIDITY_IN_SECONDS | Duration in second of a valid bid for an auction | 604800 |
NEXT_PUBLIC_BASE_URL | Base URL for your platform | https://marketplace.acme.com (opens in a new tab) |
NEXT_PUBLIC_GA_MEASUREMENT_ID | Google analytics ID | G-XXX |
NEXT_PUBLIC_MINTABLE_COLLECTIONS | List of collection addresses available for mint (separated by a comma) | 0x123...,0x456... |
EMAIL_HOST | Host configuration for your email provider | smtp.sendgrid.net |
EMAIL_PORT | Port configuration for your email provider | 587 |
EMAIL_USERNAME | Username configuration for your email provider | apikey |
EMAIL_PASSWORD | Password configuration for your email provider | SG.xxx |
EMAIL_FROM | Email from configuration for your email provider | Liteflow <contact@liteflow.com> |
LITEFLOW_WEBHOOK_SECRET | Webhook secret to receive event from the Liteflow infrastructure | xxxxxx |