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

Added JSON endpoints. Made Web UI optional.

This commit is contained in:
Sascha L. Teichmann 2021-12-05 21:20:27 +01:00
parent 565238da9a
commit 52b586d82f
4 changed files with 76 additions and 24 deletions

View file

@ -28,6 +28,7 @@ type config struct {
Domain string `toml:"domain"`
NoPassphrase bool `toml:"no_passphrase"`
NoValidation bool `toml:"no_validation"`
NoWebUI bool `toml:"no_web_ui"`
DynamicProviderMetaData bool `toml:"dynamic_provider_metadata"`
Publisher *csaf.Publisher `toml:"publisher"`
}