chore: Remove NEXTAUTH_URL (#2840)

This commit is contained in:
Dhruwang Jariwala
2024-07-08 13:46:41 +05:30
committed by GitHub
parent 60256533e3
commit 3927867c81
13 changed files with 4 additions and 28 deletions
+2 -7
View File
@@ -11,14 +11,10 @@ x-redis-url: &redis_url
x-nextauth-secret: &nextauth_secret
# Set this to your public-facing URL, e.g., https://example.com
# You do not need the NEXTAUTH_URL environment variable in Vercel.
# Encryption key
# You can use: `openssl rand -hex 32` to generate one
x-nextauth-url: &nextauth_url http://localhost:3000
# Encryption key
# You can use: `openssl rand -hex 32` to generate one
x-encryption-key: &encryption_key
x-mail-from: &mail_from
@@ -91,7 +87,6 @@ services:
WEBAPP_URL: *webapp_url
DATABASE_URL: *database_url
NEXTAUTH_SECRET: *nextauth_secret
NEXTAUTH_URL: *nextauth_url
MAIL_FROM: *mail_from
SMTP_HOST: *smtp_host
SMTP_PORT: *smtp_port