forked from turbo-eth/template-web3-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
31 lines (24 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
29
30
31
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Public Variables
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Public Provider(s) - Useful for testing
NEXT_PUBLIC_USE_PUBLIC_PROVIDER=true
# Hardhat: https://hardhat.org
NEXT_PUBLIC_USE_HARDHAT_PROVIDER=false
# Alchemy: https://www.alchemy.com
NEXT_PUBLIC_ALCHEMY_API_KEY=
# Infura: https://www.infura.io
NEXT_PUBLIC_INFURA_API_KEY=
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Private Variables
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Generate one here: https://generate-secret.vercel.app/32
NEXTAUTH_SECRET=
# Prisma: https://www.prisma.io
# For example, you could get a MongoDB by using MongoDB Atlas https://www.mongodb.com/cloud/atlas, or MySQL at https://planetscale.com/
DATABASE_URL=
# Users (in Ethereum addresses) to be added as admins. Separate with commas. Can access the application database.
# Example: "0x123,0x456"
APP_ADMINS=""
# Website URL
SITE_URL=