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: defebcca906d89f6b89a63db41c5905ea012e6ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
listen_addr = ""
socket_path = ""
whitelist = ["abcd1234", "edfg5678"]
prometheus_listen_addr = ""

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

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

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

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