Commit 509d9b4b authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Update docs in README

parent 16b3047a
...@@ -48,6 +48,10 @@ Options: ...@@ -48,6 +48,10 @@ 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
-cableBackend string
Optional: ActionCable backend (default authBackend)
-cableSocket string
Optional: Unix domain socket to dial cableBackend at (default authSocket)
-config string -config string
TOML file to load config from TOML file to load config from
-developmentMode -developmentMode
...@@ -164,6 +168,8 @@ In table form: ...@@ -164,6 +168,8 @@ In table form:
|`http://localhost:3000`|`/path/to/socket`|`/path/to/socket`|`/`| |`http://localhost:3000`|`/path/to/socket`|`/path/to/socket`|`/`|
|`http://localhost:3000/gitlab`|`/path/to/socket`|`/path/to/socket`|`/gitlab`| |`http://localhost:3000/gitlab`|`/path/to/socket`|`/path/to/socket`|`/gitlab`|
The same applies to `cableBackend` and `cableSocket`.
## Installation ## Installation
To install gitlab-workhorse you need [Go 1.8 or To install gitlab-workhorse you need [Go 1.8 or
......
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