From c34c49b3845a90b4c613659858d11be0e81d89d1 Mon Sep 17 00:00:00 2001 From: ga1az Date: Sat, 3 Feb 2024 12:17:17 -0300 Subject: [PATCH] Update .env.example file with Vercel deployment suffix --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 3f10b1ab4..b43e2e60c 100644 --- a/.env.example +++ b/.env.example @@ -12,6 +12,9 @@ NEXTAUTH_URL=http://app.localhost:3000 # Change this to your own domain NEXT_PUBLIC_ROOT_DOMAIN=vercel.pub +# Suffix for Vercel preview deployment URLs +NEXT_PUBLIC_VERCEL_DEPLOYMENT_SUFFIX= + # PostgreSQL database URL – get one here: https://vercel.com/docs/storage/vercel-postgres/quickstart POSTGRES_PRISMA_URL= POSTGRES_URL_NON_POOLING=