Skip to content

Commit ac6db5e

Browse files
Update README.md
1 parent eb2b6a0 commit ac6db5e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ Please check the [Laravel support policy](https://laravel.com/docs/master/releas
4242
'driver' => 'cloudtasks',
4343
'project' => env('STACKKIT_CLOUD_TASKS_PROJECT', ''),
4444
'location' => env('STACKKIT_CLOUD_TASKS_LOCATION', ''),
45-
'handler' => env('STACKKIT_CLOUD_TASKS_HANDLER', ''),
4645
'queue' => env('STACKKIT_CLOUD_TASKS_QUEUE', 'default'),
47-
'service_account_email' => env('STACKKIT_CLOUD_TASKS_SERVICE_EMAIL', ''),
48-
'signed_audience' => env('STACKKIT_CLOUD_TASKS_SIGNED_AUDIENCE', true),
4946

5047
// Required when using AppEngine
5148
'app_engine' => env('STACKKIT_APP_ENGINE_TASK', false),

0 commit comments

Comments
 (0)