mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-03-14 22:25:17 +09:00
Document SENTRY_DSN
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user