diff options
author | Andrew Godwin | 2022-11-28 19:37:26 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-28 19:37:26 -0700 |
commit | a3bc7ff196e09a1e995b47f53b05717282f0ba72 (patch) | |
tree | 9b3e189b9f515e3a1e540959bccfe2296f60dead | |
parent | 974378c29288549b9a05af49c37d3492f7a15e93 (diff) | |
download | takahe-a3bc7ff196e09a1e995b47f53b05717282f0ba72.tar.gz takahe-a3bc7ff196e09a1e995b47f53b05717282f0ba72.tar.bz2 takahe-a3bc7ff196e09a1e995b47f53b05717282f0ba72.zip |
Update error emails docs
Refs #76
-rw-r--r-- | docs/installation.rst | 5 |
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 |