2020-05-09 03:56:06 +00:00
|
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"WabbajackSettings": {
|
2021-11-27 18:31:35 +00:00
|
|
|
|
"TempFolder": "c:\\tmp\\server_temp",
|
|
|
|
|
"MetricsFolder": "c:\\tmp\\server_metrics",
|
|
|
|
|
"AuthoredFilesFolder": "c:\\tmp\\server_authored_files",
|
2021-11-27 20:18:41 +00:00
|
|
|
|
"AuthorAPIKeyFile": "c:\\tmp\\author_keys.txt",
|
2021-12-17 14:20:40 +00:00
|
|
|
|
"PatchesFilesFolder": "c:\\tmp\\patches",
|
2021-12-17 23:40:45 +00:00
|
|
|
|
"MirrorFilesFolder": "c:\\tmp\\mirrors",
|
2022-01-17 17:02:52 +00:00
|
|
|
|
"NexusCacheFolder": "c:\\tmp\\nexus-cache",
|
2021-11-27 20:18:41 +00:00
|
|
|
|
"GitHubKey": ""
|
2020-05-09 03:56:06 +00:00
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*"
|
|
|
|
|
}
|