feat: add NEXT_PUBLIC_BACKEND_BASE_URL

This commit is contained in:
Henry Li
2026-01-19 11:23:40 +08:00
parent d8391ca3ea
commit f3f66ee924
5 changed files with 19 additions and 10 deletions

View File

@@ -9,6 +9,9 @@
# When adding additional environment variables, the schema in "/src/env.js"
# should be updated accordingly.
# The base URL of DeerFlow's backend service
NEXT_PUBLIC_BACKEND_BASE_URL="http://localhost:8000"
# Better Auth
## Better Auth - Google OAuth
BETTER_AUTH_GOOGLE_CLIENT_ID=""