Add debug config flag

This commit is contained in:
Jonathan Jenne
2022-08-29 14:36:22 +02:00
parent 451dd0097e
commit 57eb7cbec8
2 changed files with 4 additions and 1 deletions

View File

@@ -3,4 +3,5 @@
Public Class Config
<ConnectionString>
Public Property ConnectionString As String = String.Empty
Public Property Debug As Boolean = False
End Class