Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
New Variable: dynamic_commands

Name of the Powershell file with all the dynamic fill functions
  • Loading branch information
mpetereit authored Jul 20, 2023
1 parent 2dec41c commit 0f42ab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build/Template/StarterFiles/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"Title": "WebJEA Demo",
"defaultcommandid": "overview",
"basepath": "c:\\scripts",
"dynamic_commands": "FPIT_Commands.ps1",
"LogParameters": true,
"permittedgroups": [".\\Administrators"],
"commands": [{
Expand All @@ -12,4 +13,4 @@
"script": "validate.ps1",
"onloadscript": "overview.ps1"
}]
}
}

0 comments on commit 0f42ab6

Please sign in to comment.