Document CRON_SECRET in .env.example
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
85bfc657e5
commit
bfe2350f45
1 changed files with 5 additions and 0 deletions
|
|
@ -26,3 +26,8 @@ TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA
|
|||
CLOUDINARY_CLOUD_NAME=""
|
||||
CLOUDINARY_API_KEY=""
|
||||
CLOUDINARY_API_SECRET=""
|
||||
|
||||
# Shared secret for cron job endpoints (POST /admin/jobs/*).
|
||||
# Must match the CRON_SECRET repo secret in Forgejo.
|
||||
# Generate with: openssl rand -hex 32
|
||||
CRON_SECRET=""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue