SurfSense/surfsense_web/.env.example
Ojārs Kapteinis 586ab481c2 Remove Google OAuth from login/register, enforce email-only authentication
- Remove authType state check from LocalLoginForm (always show registration link)
- Update .env.example files to set AUTH_TYPE=LOCAL as default
- Clarify Google OAuth credentials are only for Gmail/Calendar connectors
- Login and register pages now exclusively use email/password authentication

This change completes the removal of Google OAuth for user authentication while preserving OAuth functionality for Google Calendar and Gmail connector integrations.
2025-11-18 14:04:38 +02:00

5 lines
No EOL
275 B
Text

NEXT_PUBLIC_FASTAPI_BACKEND_URL=http://localhost:8000
NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE=LOCAL
NEXT_PUBLIC_ETL_SERVICE=UNSTRUCTURED or LLAMACLOUD or DOCLING
# Contact Form Vars - OPTIONAL
DATABASE_URL=postgresql://postgres:[YOUR-PASSWORD]@db.sdsf.supabase.co:5432/postgres