diff --git a/.env.example b/.env.example index 8d78e8d..0a10214 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ APP_NAME=Laravel APP_ENV=local APP_KEY= APP_DEBUG=true -APP_URL=http://localhost +APP_URL=http://evetest.domain.com APP_LOCALE=en APP_FALLBACK_LOCALE=en diff --git a/config/services.php b/config/services.php index d1e46cd..748bf0b 100644 --- a/config/services.php +++ b/config/services.php @@ -38,7 +38,7 @@ return [ 'eveonline' => [ 'client_id' => env('EVEONLINE_CLIENT_ID'), 'client_secret' => env('EVEONLINE_CLIENT_SECRET'), - 'redirect' => env('EVEONLINE_REDIRECT_URL'), + 'redirect' => env('EVEONLINE_REDIRECT_URI'), ], ];