Skip to content

Commit

Permalink
docs: add comment about SQS url default
Browse files Browse the repository at this point in the history
  • Loading branch information
mantariksh committed Jun 21, 2021
1 parent 34585c3 commit ffad058
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const webhooksAndVerifiedContentSchema: Schema<IWebhooksAndVerifiedContent> = {
webhookQueueUrl: {
doc: 'URL of AWS SQS queue for webhook retries',
format: String,
// Allow this to default to empty string so retries can be disabled easily
default: '',
env: 'WEBHOOK_SQS_URL',
},
Expand Down

0 comments on commit ffad058

Please sign in to comment.