mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-27 07:34:47 -05:00
chore: Remove NEXTAUTH_URL (#2840)
This commit is contained in:
committed by
GitHub
parent
60256533e3
commit
3927867c81
+2
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user