summarylogtreecommitdiffstats
path: root/config.cfg
diff options
context:
space:
mode:
authorMelvin Vermeeren2019-02-03 23:01:18 +0100
committerMelvin Vermeeren2019-02-03 23:01:18 +0100
commita4ca360d6ce1ee8cd7e112aeef8b253d803451a1 (patch)
treeb886e069711496774779cad4704ed8f9ec94848d /config.cfg
parent78e36895449e65617103fe43b741e81cc0a135ae (diff)
downloadaur-a4ca360d6ce1ee8cd7e112aeef8b253d803451a1.tar.gz
update to v1.5.0
Diffstat (limited to 'config.cfg')
-rw-r--r--config.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/config.cfg b/config.cfg
index c8a377a1a82d..0a5b6a906810 100644
--- a/config.cfg
+++ b/config.cfg
@@ -19,10 +19,28 @@
# Timeout (in seconds) for a proxied request to the artifacts server (default 10)
#artifacts-server-timeout=int
+# GitLab application Client ID
+#auth-client-id=string
+
+# GitLab application Client Secret
+#auth-client-secret=string
+
+# GitLab application redirect URI
+#auth-redirect-uri=string
+
+# Cookie store hash key, should be at least 32 bytes long.
+#auth-secret=string
+
+# GitLab server, for example https://www.gitlab.com
+#auth-server=string
+
# Drop privileges to this group
# Arch: chroot to GitLab group by default
daemon-gid=105
+# Fall back to a non-bind-mount chroot of -pages-root when daemonizing
+#daemon-inplace-chroot
+
# Drop privileges to this user
# Arch: chroot to GitLab user by default
daemon-uid=105
@@ -45,6 +63,9 @@ daemon-uid=105
# Verbose logging
#log-verbose
+# Limit on the number of concurrent connections to the HTTP, HTTPS or proxy listeners (default 5000)
+#max-conns=uint
+
# The address to listen on for metrics requests
#metrics-address=string