socialite

This commit is contained in:
2018-11-06 14:18:13 -06:00
parent 00154ac7e2
commit f9e0a04393
2 changed files with 8 additions and 0 deletions

View File

@@ -35,4 +35,10 @@ return [
'secret' => env('STRIPE_SECRET'),
],
'eveonline' => [
'client_id' => env('EVEONLINE_CLIENT_ID'),
'client_secret' => env('EVEONLINE_CLIENT_SECRET'),
'redirect' => env('EVEONLINE_REDIRECT'),
],
];