Files
mapo-core/MP.Prog/Conf/Rule05.json
T
Samuele Locatelli f331967417 PROG
- fix esclusione file temp da regexp
- fix gestione delete
- test update/approve da REST
2024-10-29 10:41:30 +01:00

45 lines
816 B
JSON

{
"ExcludedTags": [],
"ExcludedFileExt": [
".bak",
".bck",
".file"
],
"FileNameExtReplace": {
},
"MaxChar2Search": 0,
"Mode": 2,
"Name": "Tag da Tag2Collect",
"OutExcludeFileName": true,
"OutReplace": {
},
"RegExPattern": "",
"RegExRepFileName": false,
"ReplaceCR": false,
"Tag2Collect": [
"CNCTYPE=",
"VENDOR=",
"MODEL=",
"MPIP=",
"Customer=",
"HostOS=",
"HostName=",
"HostAddr=",
"IP=",
"AUTO_CHANGE_ODL=",
"AUTO_SNAPSHOT_DOSSIER=",
"\"CodApp\":",
"\"CodModulo\":",
"\"BaseAddr\":",
"\"BaseUrl\":",
"\"Host\":",
"\"Port\":",
"\"UseSSL\":",
"\"UseStartTls\":",
"\"QrJumpPath\":",
"\"Environment\":",
"\"appVers\":"
],
"ExclFileEnabled": true,
"ExclFileRegExPattern": "^~\\$"
}