diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-04 16:32:18 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-04 16:32:18 +0000 |
commit | a24c484cde8de5c526b9d0a11cdec5a8f58b7a7d (patch) | |
tree | 6fded55e19287aa5f562351aa256d35be4c4c51d | |
parent | eaa6edbff3dd6bc888d975bb1eb9b52f045930fa (diff) | |
parent | ac8bb05f0994787d720fd365dd27cb67172e9b58 (diff) | |
download | gitlab-ce-a24c484cde8de5c526b9d0a11cdec5a8f58b7a7d.tar.gz |
Merge branch 'mj/config-readme-diff' into 'master'
Remove empty lines in config/README.md
See merge request gitlab-org/gitlab-ce!30346
-rw-r--r-- | config/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/README.md b/config/README.md index 2778d0d4f02..9226f71a374 100644 --- a/config/README.md +++ b/config/README.md @@ -39,7 +39,7 @@ If desired, the routing URL provided by these settings can be used with: 1. `host name` or IP for each Redis instance desired 2. TCP port number for each Redis instance desired 3. `database number` for each Redis instance desired - + ## Example URL attribute formats for GitLab Redis `.yml` configuration files * Unix Socket, default Redis database (0) * `url: unix:/path/to/redis.sock` @@ -147,4 +147,3 @@ searched): 3. the configuration file pointed to by the `GITLAB_REDIS_CONFIG_FILE` environment variable 4. the configuration file `resque.yml` - |