mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Rework validation
This commit is contained in:
@ -4,6 +4,7 @@ namespace Wabbajack.Networking.WabbajackClientApi;
|
||||
|
||||
public class Configuration
|
||||
{
|
||||
public Uri MirrorServerUrl { get; set; } = new ("https://mirror.wabbajack.org");
|
||||
public Uri ServerUri { get; set; } = new("https://build.wabbajack.org");
|
||||
public string MetricsKey { get; set; }
|
||||
public string MetricsKeyHeader { get; set; } = "x-metrics-key";
|
||||
|
Reference in New Issue
Block a user