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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/praefect/config/testdata/config.toml')
-rw-r--r--internal/praefect/config/testdata/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/praefect/config/testdata/config.toml b/internal/praefect/config/testdata/config.toml
index 81701a359..60afdf169 100644
--- a/internal/praefect/config/testdata/config.toml
+++ b/internal/praefect/config/testdata/config.toml
@@ -3,15 +3,15 @@ socket_path = ""
whitelist = ["abcd1234", "edfg5678"]
prometheus_listen_addr = ""
-[primary_server]
+[[server]]
name = "default"
listen_addr = "tcp://gitaly-primary.example.com"
-[[secondary_server]]
+[[server]]
name = "default"
listen_addr = "tcp://gitaly-backup1.example.com"
-[[secondary_server]]
+[[server]]
name = "backup"
listen_addr = "tcp://gitaly-backup2.example.com"