Fix Config
This commit is contained in:
parent
71577e4579
commit
ea366519c1
@ -1,9 +1,13 @@
|
|||||||
Public Class Config
|
Imports DigitalData.Modules.Config.ConfigAttributes
|
||||||
|
|
||||||
|
Public Class Config
|
||||||
|
<ConnectionString>
|
||||||
|
Public Property ConnectionString As String = ""
|
||||||
|
|
||||||
Public Property Debug As Boolean = False
|
Public Property Debug As Boolean = False
|
||||||
Public Property EmailAccountId As Integer = 0
|
Public Property EmailAccountId As Integer = 0
|
||||||
Public Property EmailTitlePrefix As String = "EmailProfiler"
|
Public Property EmailTitlePrefix As String = "EmailProfiler"
|
||||||
Public Property EmailSenderLimitation As String = ""
|
Public Property EmailSenderLimitation As String = ""
|
||||||
Public Property ConnectionString As String = ""
|
|
||||||
Public Property UseWindream As Boolean = False
|
Public Property UseWindream As Boolean = False
|
||||||
|
|
||||||
Public Property EmailTestReceiver As String = ""
|
Public Property EmailTestReceiver As String = ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user