diff --git a/README.md b/README.md index 4fcfea5..9978b59 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,12 @@ return [ */ 'profile' => \Spatie\StripeWebhooks\StripeWebhookProfile::class, + /* + * Specify a connection and or a queue to process the webhooks + */ + 'connection' => env('STRIPE_WEBHOOK_CONNECTION'), + 'queue' => env('STRIPE_WEBHOOK_QUEUE'), + /* * When disabled, the package will not verify if the signature is valid. * This can be handy in local environments.