Skip to content

Commit

Permalink
Make the default dps.report server b
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenyx committed May 20, 2024
1 parent 2a26510 commit 1e50335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppSettings/ApplicationSettingsUpload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal sealed class ApplicationSettingsUpload
internal bool DetailedWvw { get; set; } = false;

[JsonProperty("dpsReportServer")]
internal DpsReportServer DpsReportServer { get; set; } = DpsReportServer.Main;
internal DpsReportServer DpsReportServer { get; set; } = DpsReportServer.B;

internal string DPSReportServerLink => DpsReportServer switch
{
Expand Down

0 comments on commit 1e50335

Please sign in to comment.