Update env.example

This commit is contained in:
MartinBraquet
2025-09-06 15:56:47 +02:00
parent a7c55530a4
commit 5054a9552b

View File

@@ -1,21 +1,9 @@
# Use the Prisma Postgres integration from Vercel Marketeplace to automatically connect a Prisma Postgres instance
# Or manually run `npx prisma init --db` to create a Prisma Postgres and manually set the `DATABASE_URL` below
# Create a random 32-character string or run `npx auth secret` to obtain one and set it as the `AUTH_SECRET` below
RESEND_API_KEY=
NEXT_PUBLIC_API_URL=localhost:8088
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_SECRET=
NEXTAUTH_URL=http://localhost:3000
# Email configuration
EMAIL_SERVER_HOST=smtp.resend.dev
EMAIL_SERVER_PORT=587
EMAIL_SERVER_USER=Compass
EMAIL_SERVER_PASSWORD=
RESEND_API_KEY=
EMAIL_FROM=
# Development
DATABASE_URL="postgresql://postgres:password@localhost:5432/compass"
NEXT_PUBLIC_API_URL=localhost:8088
SUPABASE_DB_PASSWORD=
POSTHOG_KEY=
NEXT_PUBLIC_FIREBASE_API_KEY=
GEODB_API_KEY=
GOOGLE_APPLICATION_CREDENTIALS_DEV=