docs: match where statements at in omnibus section

This commit is contained in:
Ben Bodenmiller 2018-10-09 07:36:28 +00:00
parent e04291117d
commit 3f2700e46d
1 changed files with 2 additions and 4 deletions

View File

@ -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