From f7999d9c9ac1e7d04dd899c92fbb7d1224be3812 Mon Sep 17 00:00:00 2001 From: Peter Grace Date: Wed, 14 Feb 2018 07:25:00 -0500 Subject: [PATCH] docs: update system_configuration docs to reflect RedisDb configuration variable (#2220) --- docs/system_configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/system_configuration.md b/docs/system_configuration.md index 061ed6948d..b7d5125053 100644 --- a/docs/system_configuration.md +++ b/docs/system_configuration.md @@ -242,6 +242,9 @@ The default is to use ledis. If Both Redis and ledis are defined, Redis will tak #### RedisHost The Redis hostname and port. +#### RedisDb +Optional integer database to store bosun data. Defaults to 0. + #### RedisPassword Optional password to use when connecting to Redis.