Module ModuleMySettings ' Connection String Public Property SOURCE_INIT As Boolean = False Public Property CONNECTION_STRING_ECM As String = "" Public Property CONNECTION_STRING_IDB As String = "" Public Property IDB_ACTIVE As Boolean = False Public Property EDMIAppServerActive As Boolean = False Public Property OPERATION_MODE_FS As String = "PURE_WM" Public Property IDB_USES_WMFILESTORE As Boolean = False Public Property BASIC_CONF_VISIBLE As Boolean = True Public Property IDB_DOC_DATA_SQL As String Public Property IDB_DT_DOC_DATA As DataTable Public Property NO_DETAIL_PROFILES As Boolean = False ' Debug Settings Public Property DEBUG As Boolean = False Public Property INDEX_DMS_ERSTELLT = "DMS erstellt" Public Property INDEX_DMS_ERSTELLT_ZEIT = "DMS erstellt (Zeit)" ' These settings are loaded from the database Public Property VERSION_DELIMITER As String = "~" Public Property FILE_DELIMITER As String = "_" Public Property WMSESSION_STARTSTOP_STARTUP As Boolean = False End Module