TKK_E32211375/website/monitoring-cabai/config/recaptchav3.php

8 lines
239 B
PHP

<?php
return [
'origin' => env('RECAPTCHAV3_ORIGIN', 'https://www.google.com/recaptcha'),
'sitekey' => env('RECAPTCHAV3_SITEKEY', ''),
'secret' => env('RECAPTCHAV3_SECRET', ''),
'locale' => env('RECAPTCHAV3_LOCALE', '')
];