<?php

/*
 * This file is part of ReCaptcha.
 *
 * (c) Iván Sotelo <isotelo@controlla.com.mx>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return [

    /*
    |--------------------------------------------------------------------------
    | ReCaptcha Secret
    |--------------------------------------------------------------------------
    |
    | Set the public and private API keys as provided by reCAPTCHA.
    |
    */

    'id' => env('GOOGLE_RECAPTCHA_ID'),
    'secret' => env('GOOGLE_RECAPTCHA_SECRET'),

];
