add nosslverify config example
This commit is contained in:
parent
6f2176741d
commit
cd65a887dc
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,7 @@ format. An example config file with all available options::
|
|||
|
||||
[settings]
|
||||
debug = false
|
||||
api_key = your-api-key
|
||||
apikey = your-api-key
|
||||
hidefilenames = false
|
||||
exclude =
|
||||
^COMMIT_EDITMSG$
|
||||
|
@ -74,6 +74,7 @@ format. An example config file with all available options::
|
|||
.*
|
||||
offline = true
|
||||
proxy = https://user:pass@localhost:8080
|
||||
nosslverify = false
|
||||
timeout = 30
|
||||
hostname = machinename
|
||||
[projectmap]
|
||||
|
|
Loading…
Reference in a new issue