Add Test Mode

This commit is contained in:
Jonathan Jenne
2019-04-16 16:26:31 +02:00
parent 5f14621fab
commit 5177e99ded
6 changed files with 833 additions and 434 deletions

View File

@@ -1,6 +1,7 @@
Module ModuleMySettings
' Connection String
Public CONNECTION_STRING As String = ""
Public TEST_MODE As String = False
' Debug Settings
Public LOG_ERRORS_ONLY As Boolean = True