mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
35 lines
959 B
JSON
35 lines
959 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"WabbajackSettings": {
|
|
"RunBackendNexusRoutines": false,
|
|
"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",
|
|
"NexusCacheFolder": "c:\\tmp\\nexus-cache",
|
|
"ProxyFolder": "c:\\tmp\\proxy",
|
|
"GitHubKey": "",
|
|
"CesiDB": {
|
|
"Endpoint": "http://localhost:15984",
|
|
"Database": "cesi",
|
|
"Username": "cesi",
|
|
"Password": "password"
|
|
},
|
|
"MetricsDB": {
|
|
"Endpoint": "http://localhost:15984",
|
|
"Database": "metrics",
|
|
"Username": "wabbajack",
|
|
"Password": "password"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|