Skip to content

Commit

Permalink
Update google.php (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcfarlane authored Sep 14, 2020
1 parent 69dc1a8 commit 7ca0966
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/google.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
'enable' => env('GOOGLE_SERVICE_ENABLED', false),

/*
| Path to service account json file
*/
* Path to service account json file. You can also pass the credentials as an array
* instead of a file path.
*/
'file' => env('GOOGLE_SERVICE_ACCOUNT_JSON_LOCATION', ''),
],

Expand Down

0 comments on commit 7ca0966

Please sign in to comment.