From 0a884ab950eba5488bce0b4496d84b5baa0665fb Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 7 Mar 2026 20:58:33 -0600 Subject: [PATCH] testing --- .env.example | 2 +- config/services.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'), ], ];