summarylogtreecommitdiffstats
path: root/config.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config.cfg')
-rw-r--r--config.cfg23
1 files changed, 22 insertions, 1 deletions
diff --git a/config.cfg b/config.cfg
index 0a5b6a906810..190100357d41 100644
--- a/config.cfg
+++ b/config.cfg
@@ -31,7 +31,7 @@
# Cookie store hash key, should be at least 32 bytes long.
#auth-secret=string
-# GitLab server, for example https://www.gitlab.com
+# DEPRECATED, use gitlab-server instead. GitLab server, for example https://www.gitlab.com
#auth-server=string
# Drop privileges to this group
@@ -48,6 +48,12 @@ daemon-uid=105
# Disable cross-origin requests
#disable-cross-origin-requests
+# GitLab server, for example https://www.gitlab.com
+#gitlab-server=string
+
+# Use default list of cipher suites, may contain insecure ones like 3DES and RC4
+#insecure-ciphers
+
# The address(es) to listen on for HTTP requests
#listen-http=value
@@ -88,5 +94,20 @@ pages-root=/var/lib/gitlab/shared/pages
# The default path to file certificate to serve static pages
#root-key=string
+# The address for sending sentry crash reporting to
+#sentry-dsn=string
+
+# The environment for sentry crash reporting
+#sentry-environment=string
+
+# Specifies the maximum SSL/TLS version, supported values are "ssl3", "tls1.0", "tls1.1", "tls1.2", "tls1.3"
+#tls-max-version=string
+
+# Specifies the minimum SSL/TLS version, supported values are "ssl3", "tls1.0", "tls1.1", "tls1.2", "tls1.3" (default "tls1.2")
+#tls-min-version=string
+
# Enable HTTP2 support (default true)
#use-http2
+
+# Show version
+#version