mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
22 lines
607 B
JSON
22 lines
607 B
JSON
{
|
|
"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,
|
|
"RunBackEndJobs": false,
|
|
"BunnyCDN_StorageZone": "wabbajacktest",
|
|
"SQLConnection": "Data Source=.\\SQLEXPRESS;Integrated Security=True;Initial Catalog=wabbajack_prod;MultipleActiveResultSets=true"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|