Skip to content

Commit

Permalink
"Document" the timeout option
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Oct 26, 2014
1 parent 8be5365 commit 39aa998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -75,6 +75,7 @@ Here's an example of the syntax:
[global]
default = local
ssl_verify = true
timeout = 5
[local]
url = http://10.0.3.2:8080
Expand All @@ -93,6 +94,9 @@ authentication is supported (not user/password).
The `ssl_verify` option defines if the server SSL certificate should be
validated (use false for self signed certificates, only useful with https).

The `timeout` option defines after how many seconds a request to the Gitlab
server should be abandonned.

Choosing a different server than the default one can be done at run time:

`````
Expand Down

0 comments on commit 39aa998

Please sign in to comment.