SecureMfaOtpProvider.json

{
  "company": "MyCompany",
  "serialkey": "m00000000",
  "sqlserver": "localhost\\SQLEXPRESS",
  "sqldbname": "SecureMfaOTP",
  "sqlintegratedsecurity": "true",
  "sqluseraccount": "",
  "sqluserpassword": "",
  "verboselog": "false",
  "data_encryption": "false",
  "encryption_passphrase": "d9GhT=7=Ox8-+LaZ",
  "login_failures": "0",
  "lockout_minutes": "5",
  "ui_customization": "false",
  "ui_first_login_text": "",
  "ui_login_text": "",
  "ui_allow_qr_display_from_networks": "10.0.0.0/255.0.0.0;172.16.0.0/255.255.0.0;192.168.0.0/255.255.0.0",
  "totp_customization": "false",
  "totp_remove_user_prefix": "false",
  "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",
  "auth_mode": "SQL"
}