push my ork
This commit is contained in:
@@ -9,11 +9,13 @@ public class ServerSettings : IChildSettings, ISettingsIdentifier
|
||||
public string? DbServer { get; set; }
|
||||
public string? DbUser { get; set; }
|
||||
public string? DbPassword { get; set; }
|
||||
public string? ApiUrl { get; set; }
|
||||
|
||||
public void Reset()
|
||||
{
|
||||
DbServer = null;
|
||||
DbUser = null;
|
||||
DbPassword = null;
|
||||
ApiUrl = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user