forked from casesandberg/play-money
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
20 lines (14 loc) · 807 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
NEXT_PUBLIC_WEB_URL="http://localhost:3000"
NEXT_PUBLIC_API_URL="http://localhost:3001"
POSTGRES_PRISMA_URL="postgresql://postgres:password@localhost:5432/playmoney?schema=public"
POSTGRES_URL_NON_POOLING="postgresql://postgres:password@localhost:5432/playmoney?schema=public"
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="" # See: https://next-auth.js.org/configuration/options#nextauth_secret
# Contact @case to get the dev resend creds, otherwise you can create your own at https://resend.com/
AUTH_RESEND_KEY=""
AUTH_RESEND_EMAIL=""
DEV_DB_SEED_EMAIL="" # Optional. Set your email for the DB seed to add data to your user account
# Optional. Set OpenAI key to auto-generate question tags
OPENAI_API_KEY=""
# Optional. Set vercel blob write token for avatar uploads
BLOB_READ_WRITE_TOKEN=""