Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hotmeteor authored Sep 3, 2022
1 parent 0170bb2 commit 7857f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ In your `config/services.php` file add:
'finch' => [
'client_id' => env('FINCH_CLIENT_ID'),
'client_secret' => env('FINCH_CLIENT_SECRET'),
'redirect_url' => env('FINCH_REDIRECT_URL'),
'connect_redirect' => env('FINCH_CONNECT_REDIRECT_URI'),
],
```

Add the associated values to your .env file.
Add the associated values to your .env file.

0 comments on commit 7857f57

Please sign in to comment.