diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2019-07-04 12:02:54 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2019-07-04 12:02:54 +0200 |
commit | ac8bb05f0994787d720fd365dd27cb67172e9b58 (patch) | |
tree | 959f4419319e2976dd5a53d186ee3d901123e60c | |
parent | e049fe0d2ea585818cd4a6a65a1d71cbee365a52 (diff) | |
download | gitlab-ce-ac8bb05f0994787d720fd365dd27cb67172e9b58.tar.gz |
Remove empty lines in config/README.mdmj/config-readme-diff
-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` - |