Elaborate on vague env variable

This commit is contained in:
ClaraCrazy 2025-12-14 19:59:28 +01:00
parent 9e6f09077d
commit 2ac2371963
No known key found for this signature in database
GPG key ID: EBBC896ACB497011

View file

@ -5,6 +5,7 @@ EMAIL_DOMAINS=["example.com","example.net"] # List of domain
EMAIL_PURGE_TIME=48 # Time value for when to purge EMAIL_PURGE_TIME=48 # Time value for when to purge
EMAIL_PURGE_UNIT="hours" # minutes, hours, days EMAIL_PURGE_UNIT="hours" # minutes, hours, days
EMAIL_PURGE_CONVERT=true # Convert to highest sensible unit (and round) EMAIL_PURGE_CONVERT=true # Convert to highest sensible unit (and round)
# /\ Example: 120 minutes = 2 hours, 121 minutes = ~2 hours with added tooltip
# --- Example emails to keep clean --- # --- Example emails to keep clean ---
EMAIL_EXAMPLE_ACCOUNT="example@48hr.email" # example email to preserve EMAIL_EXAMPLE_ACCOUNT="example@48hr.email" # example email to preserve