summaryrefslogtreecommitdiff
path: root/config/README.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-04 21:09:14 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-04 21:09:14 +0000
commitceb5cdd5c3293d290c1ae42a86175ac4f51b4408 (patch)
tree340743b21d708a6c06c5d402c0b697d8b89d9b06 /config/README.md
parentbd979acf95124119d41f75d34cab231229f4dd81 (diff)
downloadgitlab-ce-ceb5cdd5c3293d290c1ae42a86175ac4f51b4408.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/README.md')
-rw-r--r--config/README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/config/README.md b/config/README.md
index 71f18505a88..c1ce37e3eb5 100644
--- a/config/README.md
+++ b/config/README.md
@@ -83,9 +83,4 @@ An example configuration file for Redis is in this directory under the name
| `db_load_balancing` | `shared_state` | [Database Load Balancing](https://docs.gitlab.com/ee/administration/postgresql/database_load_balancing.html) |
If no configuration is found, or no URL is found in the configuration
-file, the default URL used is:
-
-1. `redis://localhost:6380` for `cache`.
-1. `redis://localhost:6381` for `queues`.
-1. `redis://localhost:6382` for `shared_state`.
-1. The URL from the fallback instance for all other instances.
+file, the default URL used is `redis://localhost:6379` for all Redis instances.