-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.sample
35 lines (25 loc) · 1.05 KB
/
.env.sample
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
################################################################################
# Site config
################################################################################
# Site Base URL
NEXT_PUBLIC_BASE_URL=""
# Whether the site is running on testnet (1 if true, empty string if false)
NEXT_PUBLIC_IS_TESTNET=""
# API key used internally by the site
CURTA_SITE_API_KEY=""
################################################################################
# Database
################################################################################
DATABASE_URL=""
################################################################################
# Supabase
################################################################################
NEXT_PUBLIC_SUPABASE_URL=""
NEXT_PUBLIC_SUPABASE_ANON_KEY=""
################################################################################
# Services
################################################################################
# Alchemy key
NEXT_PUBLIC_ALCHEMY_ID=""
# WalletConnect ID
NEXT_PUBLIC_WALLETCONNECT_ID=""