Update error emails docs

Refs #76
This commit is contained in:
Andrew Godwin 2022-11-28 19:37:26 -07:00
parent 974378c292
commit a3bc7ff196

View file

@ -115,8 +115,9 @@ be provided from the first boot.
``X-Forwarded-Proto``).
* If you want to receive emails about internal site errors, set
``TAKAHE_ERROR_EMAILS`` to a comma-separated list of email addresses that
should get them.
``TAKAHE_ERROR_EMAILS`` to a valid JSON list of emails, such as
``["andrew@aeracode.org"]`` (if you're doing this via shell, be careful
about escaping!)
Migrations