mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
20 lines
529 B
JSON
20 lines
529 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"WabbajackSettings": {
|
|
"TempFolder": "c:\\tmp\\server_temp",
|
|
"MetricsFolder": "c:\\tmp\\server_metrics",
|
|
"AuthoredFilesFolder": "c:\\tmp\\server_authored_files",
|
|
"AuthorAPIKeyFile": "c:\\tmp\\author_keys.txt",
|
|
"PatchesFilesFolder": "c:\\tmp\\patches",
|
|
"MirrorFilesFolder": "c:\\tmp\\mirrors",
|
|
"GitHubKey": ""
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|