2020-05-09 03:56:06 +00:00
|
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"WabbajackSettings": {
|
|
|
|
|
"DownloadDir": "c:\\tmp\\downloads",
|
|
|
|
|
"ArchiveDir": "w:\\archives",
|
|
|
|
|
"TempFolder": "c:\\tmp",
|
|
|
|
|
"JobRunner": true,
|
|
|
|
|
"JobScheduler": false,
|
|
|
|
|
"RunFrontEndJobs": true,
|
2020-05-09 13:04:38 +00:00
|
|
|
|
"RunBackEndJobs": false,
|
2020-05-09 22:16:16 +00:00
|
|
|
|
"BunnyCDN_StorageZone": "wabbajacktest",
|
2020-05-09 03:56:06 +00:00
|
|
|
|
"SQLConnection": "Data Source=.\\SQLEXPRESS;Integrated Security=True;Initial Catalog=wabbajack_prod;MultipleActiveResultSets=true"
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*"
|
|
|
|
|
}
|