-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.sample
23 lines (23 loc) · 862 Bytes
/
.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
# Example: FARCASTER_DEVELOPER_MNEMONIC="candy gibraltar foxtrot kilo barnacles foxes ..."
# Needed for the debugger to create a Farcaster signer. Get this by exporting your seed phrase from the Warpcast app. Don't share that seed phrase with anyone.
FARCASTER_DEVELOPER_MNEMONIC=
# Only needed for the debugger to create a Farcaster signer. Get this by visiting your Warpccast profile, pressing the kebab (three dots) menu and then "About" and then your fid should be there.
# Example: FARCASTER_DEVELOPER_FID=1214
FARCASTER_DEVELOPER_FID=
NEXT_PUBLIC_HOST="http://localhost:3000"
NEYNAR_API_KEY=
OPENAI_API_KEY=
THIRD_WEB_SECRET_KEY=
THIRD_WEB_CLIENT_ID=
PRIVATE_KEY=
POSTGRES_URL=
POSTGRES_PRISMA_URL=
POSTGRES_URL_NO_SSL=
POSTGRES_URL_NON_POOLING=
POSTGRES_USER=
POSTGRES_HOST=
POSTGRES_PASSWORD=
POSTGRES_DATABASE=
CONTRACT_ADDRESS=
USE_MAINNET=
SENTRY_DSN=