diff options
-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 |