We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2b6a0 commit ac6db5eCopy full SHA for ac6db5e
README.md
@@ -42,10 +42,7 @@ Please check the [Laravel support policy](https://laravel.com/docs/master/releas
42
'driver' => 'cloudtasks',
43
'project' => env('STACKKIT_CLOUD_TASKS_PROJECT', ''),
44
'location' => env('STACKKIT_CLOUD_TASKS_LOCATION', ''),
45
- 'handler' => env('STACKKIT_CLOUD_TASKS_HANDLER', ''),
46
'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),
49
50
// Required when using AppEngine
51
'app_engine' => env('STACKKIT_APP_ENGINE_TASK', false),
0 commit comments