fix: align auth env var naming with NEXT_PUBLIC_SITE_URL

This commit is contained in:
2026-04-26 19:35:45 +08:00
parent 067df2ba92
commit 2cc2834e0f
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -25,6 +25,9 @@ NEXT_PUBLIC_SITE_URL="https://localhost:3000"
# Auth callback URL
NEXT_PUBLIC_APP_URL="https://localhost:3000"
# Used by Better Auth trusted origins and auth client baseURL (same as NEXT_PUBLIC_SITE_URL)
NEXT_PUBLIC_BASE_URL="https://localhost:3000"
# -----------------------------------------------------------------------------
# BETTER AUTH
# -----------------------------------------------------------------------------