Commit 3f2700e4 authored by Ben Bodenmiller's avatar Ben Bodenmiller

docs: match where statements at in omnibus section

parent e0429111
...@@ -25,15 +25,13 @@ gitaly['prometheus_listen_addr'] = 'localhost:9236' ...@@ -25,15 +25,13 @@ gitaly['prometheus_listen_addr'] = 'localhost:9236'
``` ```
To change a Gitaly setting in installations from source you can edit 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 ```toml
prometheus_listen_addr = "localhost:9236" prometheus_listen_addr = "localhost:9236"
``` ```
Changes to `/home/git/gitaly/config.toml` are applied when you run `service
gitlab restart`.
## Client-side GRPC logs ## Client-side GRPC logs
Gitaly uses the [gRPC](https://grpc.io/) RPC framework. The Ruby gRPC Gitaly uses the [gRPC](https://grpc.io/) RPC framework. The Ruby gRPC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment