Skip to content

Remove outdated comment and correct listen_addr syntax in Praefect docs

Will Chandler (ex-GitLab) requested to merge wc-misc-praefect into master

What does this MR do?

Remove comment that Praefect will listen on all addresses as this is no longer valid now that we use PRAEFECT_HOST instead of 0.0.0.0. Also remove tcp:// prefix from gitaly['listen_addr'] example, as this is not the correct syntax for this field.

Merge request reports