From a5aa3494e549c357b94deaf28e6f4514c26b0297 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 14 Nov 2018 20:21:22 -0600 Subject: [PATCH] fleet addition --- app/Library/Fleet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Library/Fleet.php b/app/Library/Fleet.php index 9707159cd..ee4ea74d5 100644 --- a/app/Library/Fleet.php +++ b/app/Library/Fleet.php @@ -100,8 +100,8 @@ class Fleet { $configuration->logfile_location = '/var/www/w4rpservices/storage/logs/eseye'; //Create the ESI Call Container $authentication = new \Seat\Eseye\Containers\EsiAuthentication([ - 'client_id' => 'e5848fea3618427a8ee0dccb6a04fc62', - 'secret' => 'TdnNGRM8RTNSifZdaIc9yHTTkYPgYEEXHRIbT6oY', + 'client_id' => config('esi.client_id'), + 'secret' => config('esi.secret'), 'refresh_token' => $token[0]->refresh_token, ]); $esi = new \Seat\Eseye\Eseye($authentication);