mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Add new repository keys to gitlab.yml - https://gitlab.com/gitlab-org/gitlab-ce/blob/9-5-stable/config/gitlab.yml.example#L509
This commit is contained in:
parent
6fe7c832e6
commit
953d1f3c7a
@ -493,6 +493,10 @@ production: &base
|
||||
default:
|
||||
path: {{GITLAB_REPOS_DIR}}/
|
||||
gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port)
|
||||
failure_count_threshold: 10 # number of failures before stopping attempts
|
||||
failure_wait_time: 30 # Seconds after an access failure before allowing access again
|
||||
failure_reset_time: 1800 # Time in seconds to expire failures
|
||||
storage_timeout: 5 # Time in seconds to wait before aborting a storage access attempt
|
||||
|
||||
## Backup settings
|
||||
backup:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user