diff --git a/app/Library/Fleet.php b/app/Library/Fleet.php index b28db015a..ef8c472a6 100644 --- a/app/Library/Fleet.php +++ b/app/Library/Fleet.php @@ -106,8 +106,8 @@ class Fleet { ]); $esi = new \Seat\Eseye\Eseye(new \Seat\Eseye\Containers\EsiAuthentication([ - 'client_id' => config('esi.client_id'), - 'secret' => config('esi.secret'), + 'client_id' => 'e5848fea3618427a8ee0dccb6a04fc62', + 'secret' => 'TdnNGRM8RTNSifZdaIc9yHTTkYPgYEEXHRIbT6oY', 'refresh_token' => $token[0]->refresh_token, ]));