Projektdateien hinzufügen.

This commit is contained in:
Jonathan Jenne
2022-12-01 16:37:39 +01:00
parent 622c632b65
commit c867e4e3a6
101 changed files with 5117 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Imports DigitalData.Modules.Config.ConfigAttributes
Public Class Config
Public Property Debug As Boolean = False
<ConnectionString>
Public Property ConnectionString As String = String.Empty
Public Property Host As String = "localhost"
Public Property Port As Integer = 9000
Public Property Name As String = "JobRunner"
End Class