config_format.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
[
{ "Id" : "WorkDir", "Field" : "work-dir", "Section" : "user", "Default" : "%(WorkDir)s", "Required" : true, "Folder" : true }, { "Id" : "ConfigDir", "Field" : "config-dir", "Section" : "user", "Default" : "%(WorkDir)s\\config", "Required" : true, "Folder" : true }, { "Id" : "ScriptDir", "Field" : "scripts-dir", "Section" : "user", "Default" : "%(WorkDir)s\\scripts", "Required" : true, "Folder" : true }, { "Id" : "ProjectDir", "Field" : "project-dir", "Section" : "user", "Default" : "%(WorkDir)s\\project", "Required" : true, "Folder" : true }, { "Id" : "LocalDir", "Field" : "local-dir", "Section" : "user", "Default" : "%(WorkDir)s\\.temp", "Required" : true, "Folder" : true }, { "Id" : "Import", "Field" : "import-module", "Section" : "user", "Default" : "%(WorkDir)s\\config\\import.json" }, { "Id" : "ModuleDir", "Field" : "module-dir", "Section" : "sciprofile", "Default" : "" } ] |