chore: update docs

This commit is contained in:
Ephraim Atta-Duncan
2025-08-22 05:19:00 +00:00
parent 1c193abe40
commit de553a4b36
4 changed files with 57 additions and 42 deletions

View File

@ -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]]