securityAuthConfig.xml 999 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <config>
  3. <configitem name="FingerPrintConfig">
  4. <attribute key="enableFingerprint" value="false" />
  5. <attribute key="ImpClass" value="" />
  6. <attribute key="type" value="5" />
  7. <attribute key="serverIP" value="" />
  8. <attribute key="serverPort" value="" />
  9. <attribute key="productId" value="demo" />
  10. <attribute key="adminName" value="sa" />
  11. <attribute key="adminPass" value="sa" />
  12. </configitem>
  13. <configitem name="MachineCodeConfig">
  14. <attribute key="enableMachineCode" value="false" />
  15. </configitem>
  16. <configitem name="QRCodeAuthConfig">
  17. <attribute key="enableQRCodeAuth" value="false" />
  18. <!-- qrCodeTimoutSeconds must be >= 30 seconds-->
  19. <attribute key="qrCodeTimeoutSeconds" value="120" />
  20. <!-- verifyQRCodeLoginIntervalSeconds must be >= 3 seconds-->
  21. <attribute key="verifyQRCodeLoginIntervalSeconds" value="3" />
  22. </configitem>
  23. </config>