MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/mpl.imenso.co/config/vimeo.php
<?php

/*
 * This file is part of Laravel Vimeo.
 *
 * (c) Vincent Klaiber <hello@vinkla.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return [

    /*
    |--------------------------------------------------------------------------
    | Default Connection Name
    |--------------------------------------------------------------------------
    |
    | Here you may specify which of the connections below you wish to use as
    | your default connection for all work. Of course, you may use many
    | connections at once using the manager class.
    |
    */

    'default' => 'main',

    /*
    |--------------------------------------------------------------------------
    | Vimeo Connections
    |--------------------------------------------------------------------------
    |
    | Here are each of the connections setup for your application. Example
    | configuration has been included, but you may add as many connections as
    | you would like.
    |
    */

    'connections' => [

        'main' => [
            'client_id'     => env('VIMEO_CLIENT_ID', 'c7bdfb17c113692b897013bf539f332b36fb64d8'),
            'client_secret' => env('VIMEO_CLIENT_SECRET', 'uljX7AXBclQCeZrhrLw9Lygqe/RXT8wdxpfsfi8cMWKWtYL9dWvfEZjtKXDqIUuaVfGJo/W/uU/vJICXKrBrYgj6+Dx3zHwc2H2kvntJiCtXnZXYE2BZEFgwT7cxWabA'),
            'access_token'  => env('VIMEO_ACCESS_TOKEN', '74f4f882443cfd696e0caf92d62cae78'),
        ],

        'alternative' => [
            'client_id'     => env('VIMEO_CLIENT_ID', 'c7bdfb17c113692b897013bf539f332b36fb64d8'),
            'client_secret' => env('VIMEO_CLIENT_SECRET', 'uljX7AXBclQCeZrhrLw9Lygqe/RXT8wdxpfsfi8cMWKWtYL9dWvfEZjtKXDqIUuaVfGJo/W/uU/vJICXKrBrYgj6+Dx3zHwc2H2kvntJiCtXnZXYE2BZEFgwT7cxWabA'),
            'access_token'  => env('VIMEO_ACCESS_TOKEN', '74f4f882443cfd696e0caf92d62cae78'),
        ],

    ],

];