chore: remove NEXTAUTH_URL from docs

This commit is contained in:
Matthias Nannt
2024-07-09 18:34:39 +02:00
parent b8cd602d7e
commit 1459229dde
4 changed files with 4 additions and 10 deletions

View File

@@ -31,10 +31,6 @@ DATABASE_URL='postgresql://postgres:postgres@localhost:5432/formbricks?schema=pu
# You can use: `openssl rand -hex 32` to generate a secure one
NEXTAUTH_SECRET=RANDOM_STRING
# Set this to your public-facing URL, e.g., https://example.com
# You do not need the NEXTAUTH_URL environment variable in Vercel.
NEXTAUTH_URL=http://localhost:3000
# Cron Secret (mandatory)
# You can use: `openssl rand -hex 32` to generate a secure one
CRON_SECRET=RANDOM_STRING