MS
This commit is contained in:
11
app/DD-Record-Organizer/Classes/ClassConfig.vb
Normal file
11
app/DD-Record-Organizer/Classes/ClassConfig.vb
Normal file
@@ -0,0 +1,11 @@
|
||||
Imports DigitalData.Modules.Config.ConfigAttributes
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Public Class ClassConfig
|
||||
' Global Settings (from computerconfig, overridable by userconfig)
|
||||
<ConnectionString>
|
||||
Public Property ConnectionString As String = ""
|
||||
' Misc Settings
|
||||
Public Property DEBUG As Boolean = False
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user