diff --git a/config/passport.php b/config/passport.php new file mode 100644 index 000000000..a4565f372 --- /dev/null +++ b/config/passport.php @@ -0,0 +1,20 @@ + env('PASSPORT_PRIVATE_KEY'), + + 'public_key' => env('PASSPORT_PUBLIC_KEY'), + +];