update
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace RobotApp.VDA5050;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace RobotApp.VDA5050;
|
||||
|
||||
|
||||
public class VDA5050Setting
|
||||
@@ -12,4 +14,7 @@ public class VDA5050Setting
|
||||
public int PublishRepeat { get; set; } = 2;
|
||||
public bool EnablePassword { get; set; } = false;
|
||||
public bool EnableTls { get; set; } = false;
|
||||
public string? CAFile { get; set; }
|
||||
public string? CerFile { get; set; }
|
||||
public string? KeyFile { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user