gitlab.yml.example: fixed path to "gitaly.socket".
This commit is contained in:
parent
dead43f69d
commit
3e60a44b30
1 changed files with 1 additions and 1 deletions
2
debian/conf/gitlab.yml.example
vendored
2
debian/conf/gitlab.yml.example
vendored
|
@ -508,7 +508,7 @@ production: &base
|
||||||
storages: # You must have at least a `default` storage path.
|
storages: # You must have at least a `default` storage path.
|
||||||
default:
|
default:
|
||||||
path: /var/lib/gitlab/repositories/
|
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.
|
# gitaly_token: 'special token' # Optional: override global gitaly.token for this storage.
|
||||||
failure_count_threshold: 10 # number of failures before stopping attempts
|
failure_count_threshold: 10 # number of failures before stopping attempts
|
||||||
failure_wait_time: 30 # Seconds after an access failure before allowing access again
|
failure_wait_time: 30 # Seconds after an access failure before allowing access again
|
||||||
|
|
Loading…
Reference in a new issue