ZUGFeRDService: Remove GDPicture Key, fix Firebird section in Config

This commit is contained in:
Jonathan Jenne 2021-05-10 16:09:13 +02:00
parent 104b3d6b8b
commit bac5a3bcd4

View File

@ -1,11 +1,10 @@
Public Class Config Public Class Config
Public Property Firebird As FirebirdConfig Public Property Firebird As New FirebirdConfig
Public Property MSSQLConnectionString As String = "" Public Property MSSQLConnectionString As String = ""
Public Property MSSQLEnabled As Boolean = False Public Property MSSQLEnabled As Boolean = False
Public Property MSSQLEmailOutAccountID As String = 1 Public Property MSSQLEmailOutAccountID As String = 1
Public Property JobInterval As Integer = 10 Public Property JobInterval As Integer = 10
Public Property GDPictureKey As String = "1234567890_EXAMPLE_KEY"
Public Property ExceptionEmailAddress As String = "wisag-flow@digitaldata.works" Public Property ExceptionEmailAddress As String = "wisag-flow@digitaldata.works"
Public Property Debug As Boolean = False Public Property Debug As Boolean = False