forked from OfficeDev/O365-InvestigationTooling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConfigForO365Investigations.json
32 lines (31 loc) · 1 KB
/
ConfigForO365Investigations.json
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
29
30
31
{
"Description": "Global configuration file for O365 Investigations",
"InvestigationAppID": "",
"InvestigationAppSecret": "",
"InvestigationTenantDomain": "",
"InvestigationTenantGUID": "",
"LoginURL" : "https://login.windows.net",
"ResourceAPI" : "https://manage.office.com",
"IngestLocalFiles": "False",
"NumberOfDaysToPull" : "7",
"DateToPull" : "",
"StoreFilesLocally" : "True",
"LocalFileStore" : ".\\JSON",
"StoreDatainMySql" : "False",
"MySqlUserName" : "",
"MySqlPass": "",
"MySqlDb" : "o365investigations",
"MySqlHostname" : "localhost",
"StoreDataInAzureSql": "False",
"AzureSqlUsername" : "",
"AzureSqlPass" : "",
"AzureSqlDb" : "o365investigations",
"AzureSqlHostname" : "",
"StoreDataInAzureBlob" : "False",
"AzureAccountName" : "",
"AzureAccountSecureString" : "",
"AzureBlobSubscription" : "",
"AzureBlobStorageAccountName" : "",
"AzureBlobContainerName" : "",
"StoreDataInAzureDocDb" : "False"
}