Configuration

To run your application, a few environmental variables need to be set. All other configurations can be done from the dashboard in the setting page (opens in a new tab).

Required Environmental variables

VariableDescriptionValue example
NEXT_PUBLIC_LITEFLOW_API_KEYAPI key for the Liteflow infrastructure (https://dashboard.liteflow.com/developer/connection (opens in a new tab))xxxxxx
NEXT_PUBLIC_BASE_URLBase URL for your platformhttps://marketplace.acme.com (opens in a new tab)
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_IDWallet connect API keyxxxxxx

Optional Environmental variables

VariableDescriptionValue example
NEXT_PUBLIC_ALCHEMY_API_KEYAlchemy API key if you want to use Alchemy for your blockchainxxxxxx
NEXT_PUBLIC_MAGIC_API_KEYMagic.link API key if the email wallet is activatedpk_live_XXX
EMAIL_HOSTHost configuration for your email providersmtp.sendgrid.net
EMAIL_PORTPort configuration for your email provider587
EMAIL_USERNAMEUsername configuration for your email providerapikey
EMAIL_PASSWORDPassword configuration for your email providerSG.xxx
EMAIL_FROMEmail from configuration for your email providerLiteflow <contact@liteflow.com>
LITEFLOW_WEBHOOK_SECRETWebhook secret to receive event from the Liteflow infrastructurexxxxxx
NEXT_PUBLIC_BUGSNAG_API_KEYKey for Bugsnag to track errorsxxxxxx
NEXT_PUBLIC_GA_MEASUREMENT_IDGoogle analytics IDG-XXX

View the env example file (opens in a new tab)