-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
26 lines (19 loc) · 900 Bytes
/
.env.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
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Public Variables
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# MODE: The running mode, 'pro' for production environment, 'dev' for development environment.
NEXT_PUBLIC_APP_MODE=dev
# ‘true’ enables the testnet, ‘false’ uses the mainnet.
# If not set, NEXT_PUBLIC_APP_MODE will be used as the default value.
NEXT_PUBLIC_USE_TESTNETS=true
# Website URL
NEXT_PUBLIC_SITE_URL=https://hexagon.testbug.cc/
# walletconnect project id
NEXT_PUBLIC_PROJECT_ID=
# Alchemy: https://www.alchemy.com
# NEXT_PUBLIC_ALCHEMY_API_KEY=
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Private Variables
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Generate one here: https://generate-secret.vercel.app/32
# NEXTAUTH_SECRET=