gitlab.yml.example: fixed path to "gitaly.socket".

This commit is contained in:
Dmitry Smirnov 2018-04-16 14:29:30 +10:00
parent dead43f69d
commit 3e60a44b30

View file

@ -508,7 +508,7 @@ production: &base
storages: # You must have at least a `default` storage path.
default:
path: /var/lib/gitlab/repositories/
gitaly_address: unix:/var/lib/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port)
gitaly_address: unix:/run/gitlab/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port)
# gitaly_token: 'special token' # Optional: override global gitaly.token for this storage.
failure_count_threshold: 10 # number of failures before stopping attempts
failure_wait_time: 30 # Seconds after an access failure before allowing access again