34968-vm/includes/api_keys.php
Flatlogic Bot 42cfa7481c V19
2025-10-16 08:36:38 +00:00

8 lines
311 B
PHP

<?php
// Store your API keys here. Do not commit this file to version control if it contains sensitive information.
// Google OAuth
define('GOOGLE_CLIENT_ID', '177199405877-ip94unn5ff0027q55c3242pr64nn0jmg.apps.googleusercontent.com');
define('GOOGLE_CLIENT_SECRET', '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');
?>