ZUGFeRDWebService: Fix config
This commit is contained in:
@@ -107,8 +107,8 @@ namespace ZUGFeRDRESTService.Controllers
|
||||
|
||||
if (!bool.TryParse(oZugferdConfig["Zugferd10"], out _AllowZugferd10))
|
||||
{
|
||||
_logger.Info("Configuration Zugferd10 was not set. Using default value [{0}]", false);
|
||||
_AllowZugferd10 = false;
|
||||
_logger.Info("Configuration Zugferd10 was not set. Using default value [{0}]", true);
|
||||
_AllowZugferd10 = true;
|
||||
}
|
||||
|
||||
if (!int.TryParse(oAppConfig["MaxFileSizeInMegabytes"], out _MaxFileSizeInMegabytes))
|
||||
|
||||
Reference in New Issue
Block a user