summarylogtreecommitdiffstats
path: root/config.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config.cfg')
-rw-r--r--config.cfg27
1 files changed, 24 insertions, 3 deletions
diff --git a/config.cfg b/config.cfg
index eaa6988ea3da..c8a377a1a82d 100644
--- a/config.cfg
+++ b/config.cfg
@@ -1,3 +1,18 @@
+# The path to the certificate file for the admin API (optional)
+#admin-https-cert=string
+
+# The path to the key file for the admin API (optional)
+#admin-https-key=string
+
+# The listen address for the admin API HTTPS listener (optional)
+#admin-https-listener=string
+
+# Path to the file containing the admin secret token
+#admin-secret-path=string
+
+# The path for the admin API unix socket listener (optional)
+#admin-unix-listener=string
+
# API URL to proxy artifact requests to, e.g.: 'https://gitlab.com/api/v4'
#artifacts-server=string
@@ -5,10 +20,12 @@
#artifacts-server-timeout=int
# Drop privileges to this group
-#daemon-gid=uint
+# Arch: chroot to GitLab group by default
+daemon-gid=105
# Drop privileges to this user
-#daemon-uid=uint
+# Arch: chroot to GitLab user by default
+daemon-uid=105
# Disable cross-origin requests
#disable-cross-origin-requests
@@ -25,6 +42,9 @@
# The log output format: 'text' or 'json' (default "text")
#log-format=string
+# Verbose logging
+#log-verbose
+
# The address to listen on for metrics requests
#metrics-address=string
@@ -32,7 +52,8 @@
#pages-domain=string
# The directory where pages are stored (default "shared/pages")
-#pages-root=string
+# Arch: chroot to default pages dir
+pages-root=/var/lib/gitlab/shared/pages
# The url path for a status page, e.g., /@status
#pages-status=string