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:
parent
20f5937240
commit
69c3030eef
1 changed files with 8 additions and 7 deletions
|
|
@ -114,6 +114,13 @@ web = "/var/csaf_aggregator/html"
|
||||||
domain = "https://localhost:9443"
|
domain = "https://localhost:9443"
|
||||||
rate = 10.0
|
rate = 10.0
|
||||||
insecure = true
|
insecure = true
|
||||||
|
#key =
|
||||||
|
#passphrase =
|
||||||
|
#write_indices = false
|
||||||
|
|
||||||
|
# specification requires at least two providers (default),
|
||||||
|
# to override for testing, enable:
|
||||||
|
# allow_single_provider = true
|
||||||
|
|
||||||
[aggregator]
|
[aggregator]
|
||||||
category = "aggregator"
|
category = "aggregator"
|
||||||
|
|
@ -133,12 +140,6 @@ insecure = true
|
||||||
domain = "localhost"
|
domain = "localhost"
|
||||||
# rate = 1.2
|
# rate = 1.2
|
||||||
# insecure = true
|
# insecure = true
|
||||||
|
write_indices = true
|
||||||
#key =
|
|
||||||
#passphrase =
|
|
||||||
|
|
||||||
# specification requires at least two providers (default),
|
|
||||||
# to override for testing, enable:
|
|
||||||
# allow_single_provider = true
|
|
||||||
```
|
```
|
||||||
<!-- MARKDOWN-AUTO-DOCS:END -->
|
<!-- MARKDOWN-AUTO-DOCS:END -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue