Use ConfigManager for Config
This commit is contained in:
19
Services.EmailService/Config.vb
Normal file
19
Services.EmailService/Config.vb
Normal file
@@ -0,0 +1,19 @@
|
||||
Imports DigitalData.Modules.Config.ConfigAttributes
|
||||
|
||||
Public Class Config
|
||||
<ConnectionString>
|
||||
Public Property FirebirdServer As String = ""
|
||||
<ConnectionString>
|
||||
Public Property FirebirdDatabase As String = ""
|
||||
<ConnectionString>
|
||||
Public Property FirebirdUser As String = ""
|
||||
<ConnectionString>
|
||||
Public Property FirebirdPassword As String = ""
|
||||
|
||||
<ConnectionString>
|
||||
Public Property SQLServerConnectionString As String = ""
|
||||
<ConnectionString>
|
||||
Public Property SQLServerTestConnectionString As String = ""
|
||||
|
||||
Public Property Debug As Boolean = False
|
||||
End Class
|
||||
Reference in New Issue
Block a user