Merge branch 'patch-27' into 'master'
docs: match where statements at in omnibus section See merge request gitlab-org/gitlab-ce!22214
This commit is contained in:
commit
9e7899f50d
1 changed files with 2 additions and 4 deletions
|
@ -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…
Reference in a new issue