-
Notifications
You must be signed in to change notification settings - Fork 6
/
.env.example
31 lines (22 loc) · 1.04 KB
/
.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
27
28
# If you're using direnv add "export" to the beginning of each line once you've copied this file to .envrc
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Public Variables
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
NEXT_PUBLIC_WC_PROJECT_ID="YOUR_WALLETCONNECT_PROJECT_ID"
INFURA_API_KEY=your-infura-api-key
INFURA_MAINNET_RPC_URL=https://mainnet.infura.io/v3/your-infura-api-key
INFURA_SEPOLIA_RPC_URL=https://sepolia.infura.io/v3/your-infura-api-key
CMS_ENDPOINT=""
# WalletConnect: https://cloud.walletconnect.com/
WALLET_CONNECT_ID=""
# Alchemy: https://www.alchemy.com
ALCHEMY_API_KEY=""
# Infura: https://www.infura.io
INFURA_API_KEY=""
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Private Variables
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Address for Content Management System
# HyperCert Owner Address - Used for testing
HC_OWNER_ADDRESS=""
SESSION_SECRET="WwrFzRazSs4LjV9XEXymW/XsukYTSWpSCKdiB7MNWr0="