# Google OAuth Credentials
# Get these from Google Cloud Console and OAuth Playground
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REFRESH_TOKEN=
# How to get these credentials:
# 1. Create OAuth client: https://console.cloud.google.com
# 2. Get refresh token: https://developers.google.com/oauthplayground/
# 3. Copy this file to .env and fill in your credentials