From ac6db5e2ac51690828ad99e982f93c051e56121d Mon Sep 17 00:00:00 2001 From: Marick van Tuil Date: Tue, 13 Feb 2024 22:39:58 +0100 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 4c15678..2cf957b 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,7 @@ Please check the [Laravel support policy](https://laravel.com/docs/master/releas 'driver' => 'cloudtasks', 'project' => env('STACKKIT_CLOUD_TASKS_PROJECT', ''), 'location' => env('STACKKIT_CLOUD_TASKS_LOCATION', ''), - 'handler' => env('STACKKIT_CLOUD_TASKS_HANDLER', ''), 'queue' => env('STACKKIT_CLOUD_TASKS_QUEUE', 'default'), - 'service_account_email' => env('STACKKIT_CLOUD_TASKS_SERVICE_EMAIL', ''), - 'signed_audience' => env('STACKKIT_CLOUD_TASKS_SIGNED_AUDIENCE', true), // Required when using AppEngine 'app_engine' => env('STACKKIT_APP_ENGINE_TASK', false),