Phase A: external HTTP cron jobs for snapshots, standings sync, and simulation #79

Merged
chrisp merged 3 commits from feat/phase-a-cron-jobs into main 2026-06-08 07:42:15 +00:00
Showing only changes of commit bfe2350f45 - Show all commits

View file

@ -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=""