{ "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": "*" }