From 56a5f0e196412704a92dfe8719e3f419da0b6fc3 Mon Sep 17 00:00:00 2001 From: astrachan Date: Tue, 27 Mar 2018 16:37:05 +1000 Subject: Updated punctuation and added another password location. --- doc/administration/high_availability/redis.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/administration/high_availability/redis.md b/doc/administration/high_availability/redis.md index 8581d0dac5f..0b3605cbe29 100644 --- a/doc/administration/high_availability/redis.md +++ b/doc/administration/high_availability/redis.md @@ -269,13 +269,15 @@ When using default setup, minimum configuration requires: - `REDIS_PASSWORD`. Password used for Redis authentication. -Few notes on the service itself: +Notes on the service itself: - The service runs under a system account, by default `gitlab-redis`. - If you are using a different username, you will have to specify it. We will refer to it with `REDIS_USERNAME`, - Passwords will be stored in the following locations: - - `/etc/gitlab/gitlab.rb`: plaintext + - `/etc/gitlab/gitlab.rb` in plaintext + - `/var/opt/gitlab/redis/redis.conf` in plaintext + ### Step 1. Configuring the master Redis instance -- cgit v1.2.1