ZUGFeRDWebService: Fix config
This commit is contained in:
@@ -6,13 +6,17 @@
|
||||
public string LogPath { get; set; }
|
||||
public string MSSQLConnectionString { get; set; }
|
||||
public string MaxFileSizeInMegabytes { get; set; }
|
||||
public ZugferdConfig Zugferd { get; set; }
|
||||
public FirebirdConfig Firebird { get; set; }
|
||||
}
|
||||
|
||||
public class ZugferdConfig
|
||||
{
|
||||
public bool AllowFacturX { get; set; } = false;
|
||||
public bool AllowXRechnung { get; set; } = false;
|
||||
public bool AllowZugferd10 { get; set; } = true;
|
||||
public bool AllowZugferd2x { get; set; } = true;
|
||||
|
||||
public FirebirdConfig Firebird { get; set; }
|
||||
}
|
||||
|
||||
public class FirebirdConfig
|
||||
|
||||
Reference in New Issue
Block a user