From db64c0467a6ee94eda9036276744050f54d60c0c Mon Sep 17 00:00:00 2001 From: Emil Stahl Date: Mon, 27 Feb 2023 21:02:53 +0100 Subject: [PATCH] Small typo --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index caab141c..1eab4f3c 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -33,7 +33,7 @@ Config options expecting array values (e.g. `EXPIRE_TIMES_SECONDS`, `DOWNLOAD_CO | `PORT` | Port the server will listen on (defaults to `1443`) | `NODE_ENV` | Run in `development` mode (unsafe) or `production` mode (the default) | `SEND_FOOTER_DMCA_URL` | A URL to a contact page for DMCA requests (empty / not shown by default) -| `SENTRY_CLIENT`, `SENTRY_DSN` | Sentry Client ID and DNS for error tracking (optional, disabled by default) +| `SENTRY_CLIENT`, `SENTRY_DSN` | Sentry Client ID and DSN for error tracking (optional, disabled by default) *Note: more options can be found here: https://github.com/timvisee/send/blob/master/server/config.js*