Skip to content
Snippets Groups Projects
Commit 9e7899f5 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'patch-27' into 'master'

docs: match where statements at in omnibus section

See merge request gitlab-org/gitlab-ce!22214
parents 316eaece 3f2700e4
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -25,15 +25,13 @@ gitaly['prometheus_listen_addr'] = 'localhost:9236'
```
 
To change a Gitaly setting in installations from source you can edit
`/home/git/gitaly/config.toml`.
`/home/git/gitaly/config.toml`. Changes will be applied when you run
`service gitlab restart`.
 
```toml
prometheus_listen_addr = "localhost:9236"
```
 
Changes to `/home/git/gitaly/config.toml` are applied when you run `service
gitlab restart`.
## Client-side GRPC logs
 
Gitaly uses the [gRPC](https://grpc.io/) RPC framework. The Ruby gRPC
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment