test config file parsing with more config options
This commit is contained in:
parent
5809fc0b84
commit
75aa9a2994
7 changed files with 44 additions and 28 deletions
16
tests/samples/configs/has_everything.cfg
Normal file
16
tests/samples/configs/has_everything.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[settings]
|
||||
verbose = true
|
||||
api_key = 1234567
|
||||
logfile = /tmp/waka
|
||||
hidefilenames = true
|
||||
exclude =
|
||||
^COMMIT_EDITMSG$
|
||||
^TAG_EDITMSG$
|
||||
^/var/
|
||||
^/etc/
|
||||
include =
|
||||
.*
|
||||
offline = false
|
||||
proxy = https://user:pass@localhost:8080
|
||||
timeout = abc
|
||||
api_url = https://localhost:0/api/v1/heartbeats
|
Loading…
Add table
Add a link
Reference in a new issue