<?php

/**
 * Copy to config.google.php and fill in your Google OAuth credentials.
 * Google Cloud Console → APIs & Services → Credentials → OAuth 2.0 Client ID
 *
 * In Google Console → Credentials → your OAuth client → Authorized redirect URIs, add BOTH:
 *   http://localhost/assessment/admin/google_callback.php
 *   https://adepafie.com/admin/google_callback.php
 * (Must match exactly — no trailing slash.)
 */
$googleClientId = 'YOUR_CLIENT_ID.apps.googleusercontent.com';
$googleClientSecret = 'YOUR_CLIENT_SECRET';
