fix: send-reminder cron
This commit is contained in:
+3
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user