-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.json
More file actions
28 lines (28 loc) · 774 Bytes
/
_config.json
File metadata and controls
28 lines (28 loc) · 774 Bytes
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
{
"ExportSettings": {
"OutputFolder": "exports",
"CreateDateSubfolders": false,
"ArchiveOldReports": true,
"MaxReportsToKeep": 10
},
"ReportSettings": {
"IncludeTimestamp": false,
"FileEncoding": "UTF8",
"DateFormat": "yyyyMMdd",
"IncludeServicePrincipals": true
},
"HTMLSettings": {
"GenerateHTMLDashboard": true,
"AutoOpenHTMLReport": true
},
"BackupSettings": {
"EnableBackup": true,
"BackupRoot": "backups",
"ExportBackupSubfolder": "exports",
"ConfigBackupSubfolder": "config",
"EnableExportBackup": true,
"EnableConfigBackup": true,
"ExportBackupRetention": 5,
"ConfigBackupRetention": 3
}
}