Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml « testdata « config « praefect « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7f920e90f2f49f7dda610d92f565fd30db1f7c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
virtual_storage_name = "praefect"
listen_addr = ""
socket_path = ""
prometheus_listen_addr = ""

[logging]
  format = ""
  sentry_dsn = ""
  ruby_sentry_dsn = ""
  level = ""

[[node]]
  address = "tcp://gitaly-internal-1.example.com"
  storage = "praefect-internal-1"
  primary = true

[[node]]
  address = "tcp://gitaly-internal-2.example.com"
  storage = "praefect-internal-2"

[[node]]
  address = "tcp://gitaly-internal-3.example.com"
  storage = "praefect-internal-3"