SecureMfaOtpProvider.json

{
  "company": "MyCompany",
  "serialkey": "m00000000",
  "subscriptionid": "1000000000000000000000001",
  "sqlserver": "localhost\\SQLEXPRESS",
  "sqldbname": "SecureMfaOTP",
  "sqlintegratedsecurity": "true",
  "sqluseraccount": "",
  "sqluserpassword": "",
  "data_encryption": "false",
  "data_encryption_passphrase": "d9GhT=7=Ox8-+LaZ",
  "ui_customization": "false",
  "ui_first_login_text": "",
  "ui_login_text": "",
  "ui_allow_qr_display_from_networks": "10.0.0.0/10.255.255.255;172.16.0.0/172.16.255.255;192.168.0.0/192.168.255.255;ee80:e1::/ee80:e1::ffff",
  "ui_allow_qr_deny_text": "",
  "ui_login_failures": "0",
  "ui_lockout_minutes": "5",
  "totp_customization": "true",
  "totp_remove_user_prefix": "true",
  "totp_timeskew": "1",
  "totp_offline_qr_enable": "true",
  "totp_offline_qr_algorithm": "SHA1",
  "totp_offline_qr_period": "30",
  "totp_api_endpoint": "https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=otpauth://totp/",
  "totp_api_otpauth_advanced_params": "&algorithm=SHA1",
  "totp_image_width_pixels": "150",
  "totp_image_height_pixels": "150",
  "totp_bypass_enable": "false",
  "totp_bypass_times_total": "5",
  "totp_bypass_text": "",
  "auth_mode": "SQL",
  "verboselog": "false"
}