1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Apply automatic changes

This commit is contained in:
bernhardreiter bernhardreiter@users.noreply.github.com 2022-07-21 16:00:56 +00:00
parent 3769f1d338
commit ca69997e2b

View file

@ -129,6 +129,8 @@ insecure = true
# allow_single_provider = true
[aggregator]
# Set if this instance shall be a mirror (aka `aggregator`) or a `lister`.
# This determines the default value for the entries in [[provider]].
category = "aggregator"
name = "Example Development CSAF Aggregator"
contact_details = "some @ somewhere"
@ -142,7 +144,6 @@ insecure = true
create_service_document = true
# rate = 1.5
# insecure = true
category = "lister"
[[providers]]
name = "local-dev-provider2"
@ -150,7 +151,6 @@ insecure = true
# rate = 1.2
# insecure = true
write_indices = true
category = "aggregator"
[[providers]]
name = "local-dev-provider3"
@ -158,6 +158,8 @@ insecure = true
# rate = 1.8
# insecure = true
write_indices = true
category = "aggregator"
# If aggregator.category == "aggreator", set for an entry that should
# be listed in addition:
category = "lister"
```
<!-- MARKDOWN-AUTO-DOCS:END -->