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:
authorJohn Cai <jcai@gitlab.com>2020-05-11 18:56:40 +0300
committerJohn Cai <jcai@gitlab.com>2020-05-11 18:56:40 +0300
commit4bc21066b67c0d2ff068518a68a74344a2e0f7c2 (patch)
treecb1bced0026bea65d861e85c0eb4a63683cb8690 /config.toml.example
parent3a85af1d99b46ef3fb0c26fc7bdab749fbcb4cf2 (diff)
Fixing gitlab-shell.http-settings portion of config.toml.example
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example14
1 files changed, 7 insertions, 7 deletions
diff --git a/config.toml.example b/config.toml.example
index 7e763df42..aaab83c21 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -88,15 +88,15 @@ dir = "/home/git/gitaly/ruby"
dir = "/home/git/gitlab-shell"
secret_file = "/home/git/gitlab-shell/.gitlab_shell_secret"
custom_hooks_dir = "/home/git/custom_hooks"
-gitlab_url = "http://localhost:3000"
+gitlab_url = "http://localhost:8080"
[gitlab-shell.http-settings]
-read_timeout: 300
-user: someone
-password: somepass
-ca_file: /etc/ssl/cert.pem
-ca_path: /etc/pki/tls/certs
-self_signed_cert: false
+# read_timeout = 300
+# user = someone
+# password = somepass
+# ca_file = /etc/ssl/cert.pem
+# ca_path = /etc/pki/tls/certs
+self_signed_cert = false
# # You can adjust the concurrency of each RPC endpoint
# [[concurrency]]