# Backend API base URL (NestJS server, default port 3000)
NEXT_PUBLIC_API_URL=http://localhost:3000

# Must match GOOGLE_CLIENT_ID in apis/.env — same OAuth Client ID is used
# on the frontend (to get an idToken) and backend (to verify it).
NEXT_PUBLIC_GOOGLE_CLIENT_ID=1053220360246-q8arupv76alk07b2psp8udmje7p3t6v7.apps.googleusercontent.com
