config has underscores

This commit is contained in:
Alan Hamlett 2017-05-05 17:24:10 -07:00
parent 8bbfd775dd
commit 33dab631b5
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ format. An example config file with all available options::
[settings] [settings]
debug = false debug = false
apikey = your-api-key api_key = your-api-key
hidefilenames = false hidefilenames = false
exclude = exclude =
^COMMIT_EDITMSG$ ^COMMIT_EDITMSG$
@ -74,7 +74,7 @@ format. An example config file with all available options::
.* .*
offline = true offline = true
proxy = https://user:pass@localhost:8080 proxy = https://user:pass@localhost:8080
nosslverify = false no_ssl_verify = false
timeout = 30 timeout = 30
hostname = machinename hostname = machinename
[projectmap] [projectmap]