| 
<?php
 /*
 * This file is part of the Laravel Facebook Account-Kit package.
 *
 * (c) Adeniyi Ibraheem <[email protected]>
 * (c) Surajudeen AKande <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
 return [
 'appId' => env('ACCOUNTKIT_APP_ID'),
 
 'appSecret' => env('ACCOUNTKIT_APP_SECRET'),
 ];
 
 |