8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be5365 commit 39aa998Copy full SHA for 39aa998
README.md
@@ -75,6 +75,7 @@ Here's an example of the syntax:
75
[global]
76
default = local
77
ssl_verify = true
78
+timeout = 5
79
80
[local]
81
url = http://10.0.3.2:8080
@@ -93,6 +94,9 @@ authentication is supported (not user/password).
93
94
The `ssl_verify` option defines if the server SSL certificate should be
95
validated (use false for self signed certificates, only useful with https).
96
97
+The `timeout` option defines after how many seconds a request to the Gitlab
98
+server should be abandonned.
99
+
100
Choosing a different server than the default one can be done at run time:
101
102
`````
0 commit comments