Add --exclude-unknown-project arg and corresponding config
This commit is contained in:
parent
f2b8776e21
commit
3e47f77f47
11 changed files with 118 additions and 18 deletions
4
tests/samples/configs/exclude_unknown_project.cfg
Normal file
4
tests/samples/configs/exclude_unknown_project.cfg
Normal file
|
@ -0,0 +1,4 @@
|
|||
[settings]
|
||||
debug = false
|
||||
api_key = 1090a6ae-855f-4be7-b8fb-3edbaf1aa3ec
|
||||
exclude_unknown_project = true
|
|
@ -15,5 +15,6 @@ no_ssl_verify = false
|
|||
timeout = abc
|
||||
api_url = https://localhost:0/api/v1/heartbeats
|
||||
hostname = fromcfgfile
|
||||
exclude_unknown_project = false
|
||||
[git]
|
||||
submodules_disabled =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue