Skip to content

Commit

Permalink
Minor change to dojo config to accomdate Mac installs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtesauro committed Jan 9, 2020
1 parent a4a4bfb commit 572a1b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/installConfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dojoConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 572a1b0

Please sign in to comment.