8 lines
311 B
PHP
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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');
|
|
?>
|