36735-vm/hybridauth_config.php
2025-12-07 16:26:50 +00:00

11 lines
352 B
PHP

<?php
return [
'callback' => 'https://' . $_SERVER['HTTP_HOST'] . '/hybridauth_callback.php',
'providers' => [
'Google' => [
'enabled' => true,
'keys' => ['id' => '721399399522-hkmahgkuge88vqjgu7mgcg77nvt1jle3.apps.googleusercontent.com', 'secret' => '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'],
],
],
];