/home/techb158/ileadtechnology.com/config
Edit: /home/techb158/ileadtechnology.com/config/vimeo.php (2003B)
'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', 'your-client-id'),
'client_secret' => env('VIMEO_SECRET', 'your-client-secret'),
'access_token' => env('VIMEO_ACCESS', null),
],
'alternative' => [
'client_id' => env('VIMEO_ALT_CLIENT', 'your-alt-client-id'),
'client_secret' => env('VIMEO_ALT_SECRET', 'your-alt-client-secret'),
'access_token' => env('VIMEO_ALT_ACCESS', null),
],
],
];