diff --git a/debian/conf/gitlab.yml.example b/debian/conf/gitlab.yml.example index c77d4bcfe8..f28585de86 100644 --- a/debian/conf/gitlab.yml.example +++ b/debian/conf/gitlab.yml.example @@ -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