Commit 1b89805e authored by Andrew Newdigate's avatar Andrew Newdigate

Update README.md usage example

parent a7ac0363
...@@ -37,7 +37,7 @@ gitlab-workhorse'][brief-history-blog]. ...@@ -37,7 +37,7 @@ gitlab-workhorse'][brief-history-blog].
Options: Options:
-apiCiLongPollingDuration duration -apiCiLongPollingDuration duration
Long polling duration for job requesting for runners (default 0s - disabled) Long polling duration for job requesting for runners (default 50s - enabled) (default 50ns)
-apiLimit uint -apiLimit uint
Number of API requests allowed at single time Number of API requests allowed at single time
-apiQueueDuration duration -apiQueueDuration duration
...@@ -48,6 +48,8 @@ Options: ...@@ -48,6 +48,8 @@ Options:
Authentication/authorization backend (default "http://localhost:8080") Authentication/authorization backend (default "http://localhost:8080")
-authSocket string -authSocket string
Optional: Unix domain socket to dial authBackend at Optional: Unix domain socket to dial authBackend at
-config string
TOML file to load config from
-developmentMode -developmentMode
Allow the assets to be served from Rails app Allow the assets to be served from Rails app
-documentRoot string -documentRoot string
...@@ -58,14 +60,18 @@ Options: ...@@ -58,14 +60,18 @@ Options:
Listen 'network' (tcp, tcp4, tcp6, unix) (default "tcp") Listen 'network' (tcp, tcp4, tcp6, unix) (default "tcp")
-listenUmask int -listenUmask int
Umask for Unix socket Umask for Unix socket
-logFile string
Log file location
-logFormat string
Log format to use defaults to text (text, json, structured, none) (default "text")
-pprofListenAddr string -pprofListenAddr string
pprof listening address, e.g. 'localhost:6060' pprof listening address, e.g. 'localhost:6060'
-prometheusListenAddr string
Prometheus listening address, e.g. 'localhost:9229'
-proxyHeadersTimeout duration -proxyHeadersTimeout duration
How long to wait for response headers when proxying the request (default 5m0s) How long to wait for response headers when proxying the request (default 5m0s)
-secretPath string -secretPath string
File with secret key to authenticate with authBackend (default "./.gitlab_workhorse_secret") File with secret key to authenticate with authBackend (default "./.gitlab_workhorse_secret")
-config string
File that hold configuration. Currently only for redis. File is in TOML-format (default "")
-version -version
Print version and exit Print version and exit
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment