ZUGFeRDService: Integrate with Config Module, Remove My.Settings
This commit is contained in:
19
Services.ZUGFeRDService/Config.vb
Normal file
19
Services.ZUGFeRDService/Config.vb
Normal file
@@ -0,0 +1,19 @@
|
||||
Public Class Config
|
||||
Public Property Firebird As FirebirdConfig
|
||||
Public Property MSSQLConnectionString As String = ""
|
||||
Public Property MSSQLEnabled As Boolean = False
|
||||
Public Property MSSQLEmailOutAccountID As String = 1
|
||||
|
||||
Public Property JobInterval As Integer = 10
|
||||
Public Property GDPictureKey As String = "1234567890_EXAMPLE_KEY"
|
||||
|
||||
Public Property Debug As Boolean = False
|
||||
|
||||
Public Class FirebirdConfig
|
||||
Public Property DataSource As String = "172.24.12.41"
|
||||
Public Property Database As String = "172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB"
|
||||
Public Property User As String = "sysdba"
|
||||
Public Property Password As String = "dd"
|
||||
|
||||
End Class
|
||||
End Class
|
||||
Reference in New Issue
Block a user