Remove from frontend the settings distribution role
This commit is contained in:
parent
af6e86d4ef
commit
cfde1689cc
7 changed files with 28 additions and 37 deletions
|
@ -76,7 +76,7 @@ func main() {
|
|||
flag.StringVar(&fic.FilesDir, "files", fic.FilesDir, "Base directory where found challenges files, local part")
|
||||
flag.StringVar(&DashboardDir, "dashbord", "./DASHBOARD", "Base directory where save public JSON files")
|
||||
flag.StringVar(&TeamsDir, "teams", "./TEAMS", "Base directory where save teams JSON files")
|
||||
flag.StringVar(&settings.SettingsDir, "settings", settings.SettingsDir, "Base directory where load and save settings")
|
||||
flag.StringVar(&settings.SettingsDir, "settings", "./SETTINGSDIST", "Base directory where load and save settings")
|
||||
var fwdr = flag.String("forwarder", "", "URL of another dashboard where send traffic to, except static assets")
|
||||
flag.BoolVar(&fwdPublicJson, "fwdpublicjson", fwdPublicJson, "Also forward public.json files to forwarder")
|
||||
flag.Parse()
|
||||
|
|
Reference in a new issue