123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8"?>
- <config>
- <configitem name="FingerPrintConfig">
- <attribute key="enableFingerprint" value="false" />
- <attribute key="ImpClass" value="" />
- <attribute key="type" value="5" />
- <attribute key="serverIP" value="" />
- <attribute key="serverPort" value="" />
- <attribute key="productId" value="demo" />
- <attribute key="adminName" value="sa" />
- <attribute key="adminPass" value="sa" />
- </configitem>
- <configitem name="MachineCodeConfig">
- <attribute key="enableMachineCode" value="false" />
- </configitem>
- <configitem name="QRCodeAuthConfig">
- <attribute key="enableQRCodeAuth" value="false" />
- <!-- qrCodeTimoutSeconds must be >= 30 seconds-->
- <attribute key="qrCodeTimeoutSeconds" value="120" />
- <!-- verifyQRCodeLoginIntervalSeconds must be >= 3 seconds-->
- <attribute key="verifyQRCodeLoginIntervalSeconds" value="3" />
- </configitem>
- </config>
|