From 657d4edcd4113d6e9a4cf7b68b8d1b38bdd2f217 Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Fri, 22 Aug 2025 15:35:59 +0100 Subject: [PATCH] Document `SENTRY_DSN` --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9090e42..9c50886 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,13 @@ To persist storage of the database and file attachments, map a volume to `/rails To configure additional features, you can set the following environment variables: -- `SSL_DOMAIN` - enable automatic SSL via Let's Encrypt for the given domain name. +- `SSL_DOMAIN` - enable automatic SSL via Let's Encrypt for the given domain name - `DISABLE_SSL` - alternatively, set `DISABLE_SSL` to serve over plain HTTP - `VAPID_PUBLIC_KEY`/`VAPID_PRIVATE_KEY` - set these to a valid keypair to allow sending Web Push notifications. You can generate a new keypair by running `/script/admin/create-vapid-key` +- `SENTRY_DSN` - to enable error reporting to sentry in production, supply your + DSN here For example: