From 0f42ab6aa255abffc2e723ce7c081ab08a68fa24 Mon Sep 17 00:00:00 2001 From: Matthias Petereit <100138349+mpetereit@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:42:13 +0200 Subject: [PATCH] Update config.json New Variable: dynamic_commands Name of the Powershell file with all the dynamic fill functions --- Build/Template/StarterFiles/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build/Template/StarterFiles/config.json b/Build/Template/StarterFiles/config.json index f7ec3c1..ae098d8 100644 --- a/Build/Template/StarterFiles/config.json +++ b/Build/Template/StarterFiles/config.json @@ -2,6 +2,7 @@ "Title": "WebJEA Demo", "defaultcommandid": "overview", "basepath": "c:\\scripts", + "dynamic_commands": "FPIT_Commands.ps1", "LogParameters": true, "permittedgroups": [".\\Administrators"], "commands": [{ @@ -12,4 +13,4 @@ "script": "validate.ps1", "onloadscript": "overview.ps1" }] -} \ No newline at end of file +}