diff --git a/config/installConfig.go b/config/installConfig.go index b50b782..3df9f66 100644 --- a/config/installConfig.go +++ b/config/installConfig.go @@ -17,7 +17,7 @@ type InstallConfig struct { Trace bool // If true, log at the trace level Redact bool // If true, redact sensitive information from being logged. Defaults to true Prompt bool // Prompt at run time for install config. If true, user will be prompted - Set string // The install set or type: Single Server, Dev, Stand-alone + Mac bool // The install set or type: Single Server, Dev, Stand-alone Root string // Install root defaults to /opt/dojo Source string // Directory to put the Dojo souce, child directory of Root Files string // Directory for locally generated files like uploads, static, media, etc diff --git a/dojoConfig.yml b/dojoConfig.yml index 8409a4b..831e23f 100644 --- a/dojoConfig.yml +++ b/dojoConfig.yml @@ -9,7 +9,7 @@ Install: Trace: true # Turn on the most verbose logging option Redact: true # Redact sensitive information from the logs Prompt: false # Prompt for configuration values - NOT IMPLEMENTED YET - Set: "Single Server" # Pre-defined configuration options - NOT IMPLEMENTED YET + Mac: false # Pre-defined configuration options - NOT IMPLEMENTED YET Root: "/opt/dojo" # Note: No traiing / Source: "django-DefectDojo" Files: "local"