# OAuth Configuration
# Enter your Google Cloud Credentials here.
# Retrieve these from: https://console.cloud.google.com/apis/credentials

GOOGLE_CLIENT_ID=24920177327-l3pmmrmdoiccfhsi3sa5hlf2re8j2ebm.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=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

# The redirect URI must exactly match the one in your Google Console
# For production usage via proxy, typically: https://reporting.jetlifecdn.com/v2/api/auth/google/callback
GOOGLE_REDIRECT_URI=https://reporting.jetlifecdn.com/v2/api/auth/google/callback
