... | ... | @@ -82,4 +82,8 @@ now let's see the scripts ("".ps1") |
|
|
### ___config.ps1
|
|
|
- just change the following information
|
|
|
- 
|
|
|
- the last line of code is optionnal
|
|
|
|
|
|
```
|
|
|
$Global:specialRulesFileName = if ($Env:SPECIAL_RULE_FILENAME) { $Env:SPECIAL_RULE_FILENAME } else { "SpecialRules.csv" }
|
|
|
``` |