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:
authorPavlo Strokov <pstrokov@gitlab.com>2020-06-18 08:55:10 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-06-18 08:55:10 +0300
commit4290807efcf2de64d5c1e8abce15399361da42f9 (patch)
treef4ca8746b1d16059416eda50a2ad6e2dfb138943 /config.toml.example
parent15031e59ac28fe540191d450feaf0684688c0b28 (diff)
Refactoring of TLS usage
In order to implement proper support of TLS connections for the praefect we require some refactoring of the existing codebase. Mainly it is about moving the things into other places and fixing `config.Config` global var usage where is it accessible as parameter. Part of: https://gitlab.com/gitlab-org/gitaly/-/issues/1698
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 85fbf6ba6..1332f6f9d 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -9,7 +9,7 @@ bin_dir = "/home/git/gitaly"
# # Optional: listen on a TCP socket. This is insecure (no authentication)
# listen_addr = "localhost:9999"
-# tls_listen_addr = "localhost:8888
+# tls_listen_addr = "localhost:8888"
# # Optional: export metrics via Prometheus
# prometheus_listen_addr = "localhost:9236"