Advertisement
Guest User

Untitled

a guest
Apr 25th, 2023
4,999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. #Any changes made in this file required Sms server to restart to get changes
  2.  
  3. #admin login password policy config
  4. admin.password.restrict.count = 3
  5. admin.password.matched = Sorry, Couldn't Change Password. Your recent {restrictCount} passwords are not allowed
  6. admin.login.password.expiry.days = 30
  7. admin.password.min.length = 5
  8. admin.password.max.length = 10
  9. admin.password.alpha.min.length = 0
  10. admin.password.number.min.length = 0
  11. admin.password.special.char.length =0
  12. admin.password.alpha.index =
  13. admin.password.number.index =
  14. admin.password.special.char.index =
  15. admin.password.policy.info = Password must be 5 to 10 characters
  16. admin.password.expiry.notification.days=10
  17.  
  18. #sms login password policy config
  19. sms.login.password.expiry.days = 10
  20. sms.password.min.length = 5
  21. sms.password.max.length = 5
  22. sms.password.alpha.min.length = 3
  23. sms.password.number.min.length = 2
  24. sms.password.special.char.length =0
  25. sms.password.alpha.index = 1,2,3
  26. sms.password.number.index = 4,5
  27. sms.password.special.char.index =
  28.  
  29. #gprs login password policy config
  30. gprs.login.password.expiry.days = 30
  31. gprs.password.min.length = 4
  32. gprs.password.max.length = 4
  33. gprs.password.alpha.min.length = 0
  34. gprs.password.number.min.length = 4
  35. gprs.password.special.char.length =0
  36. gprs.password.alpha.index =
  37. gprs.password.number.index = 1,2,3,4
  38. gprs.password.special.char.index =
  39.  
  40.  
  41. ########### banner upload config
  42. #development
  43. uploaded.banner.location = D:\\BankSmart\\Banner\\
  44. temp.banner.image.location = D:\\BankSmart\\Banner\\temp\\
  45. product.banner.width = 220
  46. product.banner.height = 150
  47. promotion.banner.width = 766
  48. promotion.banner.height = 244
  49. offer.banner.width = 220
  50. offer.banner.height = 150
  51.  
  52. temp.admin.profile.pic.location = E:\\BankSmart\\AdminProfilePic\\profilePic\\
  53. uploaded.admin.profile.pic.location = E:\\BankSmart\\AdminProfilePic\\
  54.  
  55. admin.profile.pic.width = 200
  56. admin.profile.pic.height = 200
  57.  
  58. #Masking account No while sending response Msg
  59. mcash.mask.account=Y
  60. mcash.mask.account.start.index=1
  61. mcash.mask.account.end.index=3
  62. mcash.mask.account.with=##
  63.  
  64.  
  65. ##length of password: alpha,numeric,specialChar
  66. login.password.format.length =4,3,0
  67. txn.password.format.length =0,4,0
  68.  
  69. password.special.char = @!#
  70.  
  71. #allowed values Y,N
  72. initialize.initial.script=Y
  73.  
  74. api.server.url = http://localhost:8080/banksmart-gprs-server
  75.  
  76. #CBS or ISO or TEMENOS or WEBSERVICE
  77. cbs.mode = iso
  78.  
  79.  
  80. file.upload.temp.path = /tmp/
  81.  
  82. gcm.file.upload.temp.path =/tmp/
  83.  
  84. #value must be either ACCOUNT,CBS_ID or only ACCOUNT or CBS_ID
  85. cus.reg.search.option = ACCOUNT,CBS_ID
  86.  
  87. database.vendor = mysql
  88.  
  89. hibernate.update = update
  90. hibernate.dialect = org.hibernate.dialect.MySQL8Dialect
  91.  
  92. admin.password.expiry.notification.days=7
  93. # Y/N
  94. notify.unblock.sms = Y
  95.  
  96.  
  97.  
  98.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement