forked from No-Cash-7970/txnDuck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.local.example
39 lines (35 loc) · 1.63 KB
/
.env.local.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Example of a .env.local file, which overrides the defaults in the other .env
# files. It is ignored by Git, so secrets should be stored in this file.
# Build source into static site
# More information: https://nextjs.org/docs/app/building-your-application/deploying/static-exports
STATIC_BUILD=false
# Build source into a standalone package
# More information: https://nextjs.org/docs/app/api-reference/next-config-js/output#automatically-copying-traced-files
STANDALONE_BUILD=false
# If the PWA (Progressive Web App) plugin should be disabled. This will silence the constant
# warnings about how "GenerateSW has been called multiple times..." when in running the dev server.
# However, with the plugin disabled, the web app will not be a PWA when it is built.
DISABLE_PWA=false
# Ignore ESLint errors when building
IGNORE_ESLINT_BUILD_ERRORS=false
# Ignore TypeScript errors when building
IGNORE_TS_BUILD_ERRORS=false
# If I18Next should be in debug mode
I18NEXT_DEBUG=false
# If the wallet connection library/libraries should be in debug logging mode
NEXT_PUBLIC_WALLET_DEBUG=false
# Suppress hydration warnings
SUPPRESS_HYDRATION_WARNINGS=false
# Default node network
# Possible values: mainnet, testnet, betanet, voi_testnet, sandbox, custom
NEXT_PUBLIC_DEFAULT_NETWORK=mainnet
# Base URL for the site. If blank or omitted, Next.js's default is used.
BASE_URL=
# WalletConnect project ID
# If the project ID is not set, WalletConnect support will not be enabled.
NEXT_PUBLIC_WC_PROJECT_ID=
# Magic publishable API key
# If the API key is not set, Magic support will not be enabled.
NEXT_PUBLIC_MAGIC_API_KEY=
# Feature flags
NEXT_PUBLIC_FEAT_LANG_SWITCHER=true