wabbajack/Wabbajack.Server/appsettings.json

21 lines
577 B
JSON
Raw Normal View History

{
"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",
"PatchesFilesFolder": "c:\\tmp\\patches",
2021-12-17 23:40:45 +00:00
"MirrorFilesFolder": "c:\\tmp\\mirrors",
"NexusCacheFolder": "c:\\tmp\\nexus-cache",
2021-11-27 20:18:41 +00:00
"GitHubKey": ""
},
"AllowedHosts": "*"
}