From 5054a9552b9a1d471aaac6d43be59e05f26f6ae3 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 6 Sep 2025 15:56:47 +0200 Subject: [PATCH] Update env.example --- .env.example | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/.env.example b/.env.example index e217bcca..047ca3cd 100644 --- a/.env.example +++ b/.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 \ No newline at end of file +SUPABASE_DB_PASSWORD= +POSTHOG_KEY= +NEXT_PUBLIC_FIREBASE_API_KEY= +GEODB_API_KEY= +GOOGLE_APPLICATION_CREDENTIALS_DEV= \ No newline at end of file