Phase A: external HTTP cron jobs for snapshots, standings sync, and simulation #79
1 changed files with 5 additions and 0 deletions
|
|
@ -26,3 +26,8 @@ TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA
|
||||||
CLOUDINARY_CLOUD_NAME=""
|
CLOUDINARY_CLOUD_NAME=""
|
||||||
CLOUDINARY_API_KEY=""
|
CLOUDINARY_API_KEY=""
|
||||||
CLOUDINARY_API_SECRET=""
|
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