Q-Matrix™.exe.config
You can make the following settings in the file Q-Matrix™.exe.config.
You will find this file in the installation directory, and elements not listed here must not be changed:
<connectionStrings>
<add name="..."
connectionString="..."
providerName="System.Data.SqlClient" />
</connectionStrings> |
Contains the connection string for Microsoft SQL Server. The following information must be set at a minimum:
Examples - (username & password are encrypted): Data Source=.\SQLEXPRESS;Initial Catalog=QM_DB;uid=cXdhcmU=;Password=cW0=; Data Source=.\SQLEXPRESS;Initial Catalog=QM_DB;Trusted_Connection=yes; Data Source=.\SQLEXPRESS;Initial Catalog=QM_DB;Integrated Security=SSPI; | ||||||
<add key="WindowsAnmeldung" value="0" /> | The value of value can be 0 (zero) or 1 (one). Default: 0 (zero) With 1 (one), Active Directory is used for login and SSO (Single Sign On) is enabled. For this, the Microsoft Active Directory user must be entered under Username and Login Name in User Management. | ||||||
<add key="ProgrammAnmeldung" value="1" /> | The value of value can be 0 (zero) or 1 (one). Default: 1 (one) With 0 (zero), the internal user management of Q-Matrix™ is not used. | ||||||
<add key="MitarbeiterPortal" value="On" /> | The value of value can be On or Off. Default: On With Off, no access to the Q-PORTAL module is possible | ||||||
<add key="Lehrwerk" value="On" /> | The value of value can be On or Off. Default: On With Off, no access to the Q-GUIDE module is possible | ||||||
<add key="Q-GUIDE" value="On" /> | The value of value can be On or Off. Default: On With Off, no access to the Q-GUIDE module is possible | ||||||
<add key="Q-PORTAL" value="On" /> | The value of value can be On or Off. Default: On With Off, no access to the Q-PORTAL module is possible | ||||||
<add key="cloud" value="false" /> | The value of value can be true or false. Default: false With true, some cloud functions (third-party functions) for saving files are enabled. | ||||||
<add key="test" value="Off" /> | The value of value can be On or Off. Default: Off With On, the user interface switches to a different theme/skin. This way, it is already recognizable at login that a login is taking place in the test system. |