mirror of
https://github.com/documenso/documenso.git
synced 2025-11-25 22:21:31 +10:00
chore: update docs
This commit is contained in:
@ -116,7 +116,11 @@ NEXT_PRIVATE_STRIPE_API_KEY=
|
||||
NEXT_PRIVATE_STRIPE_WEBHOOK_SECRET=
|
||||
|
||||
# [[BACKGROUND JOBS]]
|
||||
# Job provider for background tasks. Options: "local" or "inngest"
|
||||
# NOTE: Document reminders require scheduled jobs and only work with "inngest"
|
||||
# The "local" provider only supports immediate job execution
|
||||
NEXT_PRIVATE_JOBS_PROVIDER="local"
|
||||
# Inngest event key for scheduled jobs (required when using "inngest" provider)
|
||||
NEXT_PRIVATE_INNGEST_EVENT_KEY=
|
||||
|
||||
# [[FEATURES]]
|
||||
|
||||
Reference in New Issue
Block a user