fix: send-reminder cron

This commit is contained in:
2026-07-17 18:21:34 +02:00
parent 0277502e47
commit a66d8f9e8e
4 changed files with 19 additions and 32 deletions
+3 -4
View File
@@ -1,8 +1,7 @@
# Copy to .env (which is gitignored) — `make env` generates one with fresh secrets.
# Both the systemd service and the reminder cron job read this file.
#
# Values must stay shell-safe and unquoted: the cron wrapper sources this file, so
# a secret containing ')' or '$' would break it. `make env` uses a URL-safe alphabet.
# Read by the systemd service (EnvironmentFile) and the reminder cron job
# (uv run --env-file), both of which want plain unquoted KEY=value lines.
# `make env` uses a URL-safe alphabet for the generated secrets.
DJANGO_SECRET_KEY=change-me
DJANGO_DEBUG=0