|
|
|
@ -78,7 +78,6 @@ func Configure(fname string, configSections string) (*SetupData, error) { |
|
|
|
|
var prompt promptui.Prompt |
|
|
|
|
|
|
|
|
|
if strings.Contains(configSections, "server") { |
|
|
|
|
|
|
|
|
|
title(" Server setup ") |
|
|
|
|
fmt.Println() |
|
|
|
|
|
|
|
|
@ -143,6 +142,7 @@ func Configure(fname string, configSections string) (*SetupData, error) { |
|
|
|
|
|
|
|
|
|
fmt.Println() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if strings.Contains(configSections, "db") { |
|
|
|
|
title(" Database setup ") |
|
|
|
|
fmt.Println() |
|
|
|
@ -235,8 +235,8 @@ func Configure(fname string, configSections string) (*SetupData, error) { |
|
|
|
|
|
|
|
|
|
fmt.Println() |
|
|
|
|
} |
|
|
|
|
if strings.Contains(configSections, "app"){ |
|
|
|
|
|
|
|
|
|
if strings.Contains(configSections, "app") { |
|
|
|
|
title(" App setup ") |
|
|
|
|
fmt.Println() |
|
|
|
|
|
|
|
|
|