diff --git a/config/app.php b/config/app.php index c21068c..6eed2b5 100644 --- a/config/app.php +++ b/config/app.php @@ -4,6 +4,9 @@ use Illuminate\Support\Facades\Facade; return [ + 'clave' => env('CLAVE', ''), + 'jwt_secret' => env('JWT_SECRET', ''), + /* |-------------------------------------------------------------------------- | Application Name