From bb6af2b05077aa13d0782ce62f87293dfff777fd Mon Sep 17 00:00:00 2001 From: Massimo Candela Date: Tue, 28 Jan 2020 03:12:12 +0100 Subject: [PATCH] Update configuration.md --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index c7ceea9..89be71c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -15,8 +15,8 @@ The following are common parameters which it is possible to specify in the confi |logging.maxFileSizeMB| Indicates the maximum file size in MB allowed before to be rotated. This allows to rotate files when logRotatePattern still the same but the file is too big | An integer | 15 | Yes | |logger.maxRetainedFiles| Indicates the maximum amount of log files retained. When this threshold is passed, files are deleted. | An integer | 10 | Yes | |checkForUpdatesAtBoot| Indicates if at each booth the application should check for updates. If an update is available, a notification will be sent to the default group. If you restart the process often (e.g. debugging, experimenting etc.) set this to false to avoid notifications. Anyway, BGPalerter checks for updates every 10 days.| A boolean | true | Yes | -|processMonitors| A list of modules allowing various way to check for the status of BGPalerter (e.g. API, heartbeat). See [here](process-monitors.md) for more information. | | | No | -|sentryDSN| The DSN corresponding to the Sentry project to send the runtime exceptions to. | `https://@/` | `https://bgpalerter@sentry.io/1` | No | +|processMonitors| A list of modules allowing various ways to check for the status of BGPalerter (e.g. API, heartbeat). See [here](process-monitors.md) for more information. | | | No | +|sentryDSN| The DSN corresponding to the Sentry project to send the runtime exceptions to. | A string in the format https://key@sentry-server/project| https://bgpalerter@ sentry.io/1 | No | The following are advanced parameters, please don't touch them if you are not doing research/experiments.