Files
pyrodactyl/config/captcha.php

6 lines
66 B
PHP

<?php
return [
'enabled' => env('CAPTCHA_ENABLED', true),
];