diff options
Diffstat (limited to 'config/README.md')
-rw-r--r-- | config/README.md | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/config/README.md b/config/README.md index 861cda5a5b6..71f18505a88 100644 --- a/config/README.md +++ b/config/README.md @@ -71,15 +71,16 @@ environment variable. An example configuration file for Redis is in this directory under the name `resque.yml.example`. -| Name | Fallback instance | Purpose | -|--------------------|-------------------|-------------------------------------------------------------------------------------------------------------| -| `cache` | | Volatile non-persistent data | -| `queues` | | Background job processing queues | -| `shared_state` | | Persistent application state | -| `trace_chunks` | `shared_state` | [CI trace chunks](https://docs.gitlab.com/ee/administration/job_logs.html#incremental-logging-architecture) | -| `rate_limiting` | `cache` | [Rate limiting](https://docs.gitlab.com/ee/user/admin_area/settings/user_and_ip_rate_limits.html) state | -| `sessions` | `shared_state` | [Sessions](https://docs.gitlab.com/ee/development/session.html#redis) | -| `repository_cache` | `cache` | Repository related information | +| Name | Fallback instance | Purpose | +|---------------------|-------------------|--------------------------------------------------------------------------------------------------------------| +| `cache` | | Volatile non-persistent data | +| `queues` | | Background job processing queues | +| `shared_state` | | Persistent application state | +| `trace_chunks` | `shared_state` | [CI trace chunks](https://docs.gitlab.com/ee/administration/job_logs.html#incremental-logging-architecture) | +| `rate_limiting` | `cache` | [Rate limiting](https://docs.gitlab.com/ee/user/admin_area/settings/user_and_ip_rate_limits.html) state | +| `sessions` | `shared_state` | [Sessions](https://docs.gitlab.com/ee/development/session.html#redis) | +| `repository_cache` | `cache` | Repository related information | +| `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: |