@@ -47,9 +47,6 @@ Please check the [Laravel support policy](https://laravel.com/docs/master/releas
4747 'service_account_email' => env('STACKKIT_CLOUD_TASKS_SERVICE_EMAIL', ''),
4848 'signed_audience' => env('STACKKIT_CLOUD_TASKS_SIGNED_AUDIENCE', true),
4949
50- // Optional
51- 'credential_file' => env('STACKKIT_CLOUD_TASKS_CREDENTIAL_FILE', ''),
52-
5350 // Required when using AppEngine
5451 'app_engine' => env('STACKKIT_APP_ENGINE_TASK', false),
5552 'app_engine_service' => env('STACKKIT_APP_ENGINE_SERVICE', ''),
@@ -82,7 +79,6 @@ Please check the table below on what the values mean and what their value should
8279| ` STACKKIT_CLOUD_TASKS_PROJECT ` | The project your queue belongs to. |` my-project `
8380| ` STACKKIT_CLOUD_TASKS_LOCATION ` | The region where the project is hosted. |` europe-west6 `
8481| ` STACKKIT_CLOUD_TASKS_QUEUE ` | The default queue a job will be added to. |` emails `
85- | ` STACKKIT_CLOUD_TASKS_CREDENTIAL_FILE ` (optional) | A json credential file to authenticate the connection (from outside AppEngine) |` project-123.json `
8682| ** App Engine**
8783| ` STACKKIT_APP_ENGINE_TASK ` (optional) | Set to true to use App Engine task (else a Http task will be used). Defaults to false. |` true `
8884| ` STACKKIT_APP_ENGINE_SERVICE ` (optional) | The App Engine service to handle the task (only if using App Engine task). |` api `
@@ -150,7 +146,7 @@ The dashboard is accessible at the URI: /cloud-tasks
150146 <summary >Authentication</summary >
151147 <br >
152148
153- Set the ` STACKKIT_CLOUD_TASKS_CREDENTIAL_FILE ` environment variable with a path to the credentials file.
149+ Set the ` GOOGLE_APPLICATION_CREDENTIALS ` environment variable with a path to the credentials file.
154150
155151More info: https://cloud.google.com/docs/authentication/production
156152
0 commit comments