mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-24 08:49:39 -04:00
Update env.example
This commit is contained in:
26
.env.example
26
.env.example
@@ -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=
|
||||
Reference in New Issue
Block a user