PortIO/config/captcha.php
2023-07-30 19:15:45 +08:00

6 lines
60 B
PHP

<?php
return [
"secret" => env("RECAPTCHA_SECRET"),
];