summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-28 19:37:26 -0700
committerAndrew Godwin2022-11-28 19:37:26 -0700
commita3bc7ff196e09a1e995b47f53b05717282f0ba72 (patch)
tree9b3e189b9f515e3a1e540959bccfe2296f60dead
parent974378c29288549b9a05af49c37d3492f7a15e93 (diff)
downloadtakahe-a3bc7ff196e09a1e995b47f53b05717282f0ba72.tar.gz
takahe-a3bc7ff196e09a1e995b47f53b05717282f0ba72.tar.bz2
takahe-a3bc7ff196e09a1e995b47f53b05717282f0ba72.zip
Update error emails docs
Refs #76
-rw-r--r--docs/installation.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 3574338..662a980 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -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