Skip to content

Commit

Permalink
Update README.md (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sml995 authored Jun 24, 2022
1 parent 9db4e0e commit 3319787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ Add your OneSignal App ID and REST API Key to your `config/services.php`:
...
'onesignal' => [
'app_id' => env('ONESIGNAL_APP_ID'),
'rest_api_key' => env('ONESIGNAL_REST_API_KEY')
'rest_api_key' => env('ONESIGNAL_REST_API_KEY'),
'guzzle_client_timeout' => env('ONESIGNAL_GUZZLE_CLIENT_TIMEOUT', 0),
],
...
```
Expand Down

0 comments on commit 3319787

Please sign in to comment.