File "captcha.php"

Full Path: /home/fundopuh/trader.fxex.org/config/captcha.php
File size: 154 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

return [
    'secret' => env('NOCAPTCHA_SECRET'),
    'sitekey' => env('NOCAPTCHA_SITEKEY'),
    'options' => [
        'timeout' => 30,
    ],
];