Advertisement
Guest User

Untitled

a guest
Jan 9th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. countries=PE
  2.  
  3. #<Lenguage and Local>
  4. #<Venezuelan Spanish>
  5. idioma=es
  6. pais=PE
  7. #</Venezuelan Spanish>
  8. #</Lenguage and Local>
  9.  
  10. #<Email Util>
  11. mailServer=mail.consisint.com
  12. administratorEmail=info@consisint.com
  13. #<Email Util/>
  14.  
  15. #<DBMS>
  16.  
  17. # Setting of product�s database pool connections (CA.xml,MX.xml,etc. )
  18. minPoolSize=5
  19. maxPoolSize=50
  20. maxIdleTime=240
  21. acquireIncrement=5
  22. maxStatementsPerConnection=10
  23. maxStatements=200
  24.  
  25. # Setting of global's pool connections (ApplicationContext.xml)
  26. guMinPoolSize=5
  27. guMaxPoolSize=50
  28. guMaxIdleTime=240
  29. guAcquireIncrement=1
  30.  
  31. driverDBPE=org.h2.Driver
  32. servidorDBPE=jdbc:h2:file:./test/Core/db-test/product
  33. idclassPE=IDDBFactoryH2
  34.  
  35. #<JDBC GU Driver>
  36. driverDB=org.h2.Driver
  37. servidorDB=jdbc:h2:file:./test/Core/db-test/gu
  38. idclass=IDDBFactoryH2
  39. #</JDBC GU Driver>
  40.  
  41. #<DBMS/>
  42.  
  43. #<User and Password>
  44. userDBPE=sa
  45. passwDBPE=
  46.  
  47. userDB=sa
  48. passwDB=
  49.  
  50. #</User and Password>
  51.  
  52.  
  53. ############################################################################
  54. ## Enable (true) or disable (false) security authentication at the object ##
  55. ## (policy, claim, etc) level. ##
  56. ############################################################################
  57.  
  58. securityEnabled=false
  59. charsetPage=ISO-8859-6
  60.  
  61. #--- ASL Multithreading property
  62. ASLNumberThreads=6
  63.  
  64. #--- Properties defining the directories that contain links related to entries
  65. entriesFileName=$company$-$initDate$-$endDate$-Entries-$type$.txt
  66. regeneratedFilePrefix=regen-
  67. prefixForEntryfiles=C-
  68.  
  69. ############################################################################
  70. ## Login Method and Number of Attempts ##
  71. ############################################################################
  72.  
  73. #<Login Strategy>
  74. loginStrategy=Acsele
  75. LoginTries=3
  76. #</Login Strategy>
  77.  
  78. appletsClassid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
  79.  
  80.  
  81. mobile.instance=RIMAC
  82. mobile.db.conf=PE.xml
  83. on.mobile.mode=false
  84. mobile.aid={aid}
  85. #Could be Customer Username or Customer Id
  86. exploded.mode=false
  87. acselm.customer.identifier=empty
  88. instance.for.migration=RIMAC
  89. instance.for.test=RIMAC
  90. instance.conf.for.test=PE
  91. test.unit.enabled=true
  92.  
  93. client=Rimac
  94. application.context.testing.enabled=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement