2025-09-01 15:06:58 +02:00

7 lines
106 B
PHP

<?php
return [
'secret' => env('RECAPTCHA_SECRETKEY'),
'sitekey' => env('RECAPTCHA_SITEKEY'),
];