fix: reintroduce NEXTAUTH_URL to fix logout redirect (#2905)

This commit is contained in:
Matti Nannt
2024-07-17 11:08:10 +02:00
committed by GitHub
parent f94d7f2b03
commit 271ea89c8d
7 changed files with 14 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ x-environment: &environment
# Set this to your public-facing URL, e.g., https://example.com
WEBAPP_URL:
# Required for next-auth. Should be the same as WEBAPP_URL
NEXTAUTH_URL:
# PostgreSQL DB for Formbricks to connect to
DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/formbricks?schema=public"