Skip to content

Commit

Permalink
feature backend: adicionando configuração para passport
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonSouzaDev committed Nov 16, 2023
1 parent 80d4e98 commit 04b6904
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend-api/config/passport.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
|
*/

'private_key' => env('PASSPORT_PRIVATE_KEY'),
'private_key' => env('PASSPORT_PRIVATE_KEY', null),

'public_key' => env('PASSPORT_PUBLIC_KEY', null),

'public_key' => env('PASSPORT_PUBLIC_KEY'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 04b6904

Please sign in to comment.