Remove wiki functionality
This commit is contained in:
parent
131479277b
commit
052d8f1c8e
7 changed files with 0 additions and 281 deletions
|
|
@ -24,7 +24,6 @@ namespace LANCommander.Server.Models
|
|||
public LANCommanderMediaSettings Media { get; set; } = new LANCommanderMediaSettings();
|
||||
public LANCommanderIPXRelaySettings IPXRelay { get; set; } = new LANCommanderIPXRelaySettings();
|
||||
public LANCommanderServerSettings Servers { get; set; } = new LANCommanderServerSettings();
|
||||
public LANCommanderWikiSettings Wiki { get; set; } = new LANCommanderWikiSettings();
|
||||
public LANCommanderUpdateSettings Update { get; set; } = new LANCommanderUpdateSettings();
|
||||
public LANCommanderLauncherSettings Launcher { get; set; } = new LANCommanderLauncherSettings();
|
||||
public LANCommanderLogSettings Logs { get; set; } = new LANCommanderLogSettings();
|
||||
|
|
@ -98,13 +97,6 @@ namespace LANCommander.Server.Models
|
|||
public string StoragePath { get; set; } = "Servers";
|
||||
}
|
||||
|
||||
public class LANCommanderWikiSettings
|
||||
{
|
||||
public bool Enabled { get; set; } = false;
|
||||
public string Username { get; set; } = "";
|
||||
public string Password { get; set; } = "";
|
||||
}
|
||||
|
||||
public class LANCommanderUpdateSettings
|
||||
{
|
||||
public string StoragePath { get; set; } = "Updates";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue