# Google Calendar Integration GOOGLE_CLIENT_ID=your_google_client_id_here GOOGLE_CLIENT_SECRET=your_google_client_secret_here GOOGLE_REDIRECT_URI=http://localhost:3002/api/calendar/oauth/callback # Other environment variables (if needed) # TUDUDI_SESSION_SECRET=your_session_secret_here # TUDUDI_ALLOWED_ORIGINS=http://localhost:8080,http://localhost:9292 # NODE_ENV=development