mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
14 lines
503 B
YAML
14 lines
503 B
YAML
---
|
|
api_type: hash of strings to integers
|
|
attr: repository_storages_weighted
|
|
clusterwide: true
|
|
column: repository_storages_weighted
|
|
db_type: jsonb
|
|
default: "'{}'::jsonb"
|
|
description: Hash of names of taken from `gitlab.yml` to [weights](../administration/repository_storage_paths.md#configure-where-new-repositories-are-stored).
|
|
New projects are created in one of these stores, chosen by a weighted random selection.
|
|
encrypted: false
|
|
gitlab_com_different_than_default: true
|
|
jihu: false
|
|
not_null: true
|