Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
700
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. #---------- Application datasource configuration ----------
  2. dataSource.database=ORACLE
  3. dataSource.dialect=org.hibernate.dialect.Oracle10gDialect
  4. dataSource.driverClassName=oracle.jdbc.OracleDriver
  5. dataSource.url=jdbc:oracle:thin:@localhost:1521/xex
  6. dataSource.username=TRUE_MINER
  7. # decrypted password:
  8. dataSource.password=TRUE_MINER
  9. dataSource.pool.size=10
  10. dataSource.maximum.pool.size=100
  11. dataSource.borrow.connection.timeout=360
  12. dataSource.reap.timeout=360
  13. #---------- Cammunda datasource configuration ----------
  14. camunda.dataSource.database=ORACLE
  15. camunda.dataSource.driverClassName=oracle.jdbc.OracleDriver
  16. camunda.dataSource.url=jdbc:oracle:thin:@localhost:1521/xex
  17. camunda.dataSource.username=TRUE_MINER
  18. camunda.dataSource.password=TRUE_MINER
  19. camunda.dataSource.pool.size=10
  20. camunda.dataSource.maximum.pool.size=100
  21. camunda.dataSource.borrow.connection.timeout=360
  22. camunda.dataSource.reap.timeout=360
  23.  
  24. application.dataSource.schema.name=TRUE_MINER
  25. camunda.dataSource.schema.name=TRUE_MINER
  26.  
  27.  
  28. #---------- Extension properties ---------
  29. # These properties keys should match names in AuditLogInterceptor.EREF_SCHEMA_NAME_KEY and AuditLogInterceptor.TRUEMINER_SCHEMA_NAME_KEY
  30. extension.eref.dataSource.schema.name=TRUE_MINER
  31. extension.trueminer.dataSource.schema.name=TRUE_MINER
  32.  
  33.  
  34. #---------- Flyway configuration ----------
  35. flyway.enabled=true
  36. flyway.clean=true
  37. # strucutre definition only
  38. #flyway.schemalocation=db/trueminerDevPre,db/trueminer
  39. flyway.schemalocation=db/oracle/trueminerDevPre,db/oracle/trueminer
  40. # env. specific data
  41. #flyway.datalocation=
  42. #flyway.datalocation=db/trueminerQa,db/trueminerDev
  43. flyway.datalocation=db/oracle/trueminerQa
  44. #flyway.datalocation=db/oracle/trueminerEmpty
  45. flyway.placeholder-prefix=$$${
  46. flyway.placeholder-suffix=}
  47. flyway.validate-on-migrate=true
  48. flyway.baseline-on-migrate=false
  49. flyway.table=TM_SCHEMA_VERSION
  50.  
  51. #---------- LDAP configuration ----------
  52. ldap.url=ldap://192.168.56.3:389
  53. ldap.base=cn=users,dc=ldap,dc=local
  54. ldap.userDn=cn=Administrator,cn=users,dc=ldap,dc=local
  55. # decrypted password: [12358]
  56. ldap.password=ENC(RgBER2SFU7yGbDEeHQDltw==)
  57. # specify in seconds
  58. ldap.connectionTimeout=1
  59. ldap.searchTimeout=10
  60. ldap.searchField=sAMAccountName
  61.  
  62. #---------- Javamelody configuration ----------
  63. monitoring.username=admin
  64. # decrypted password: 12345678
  65. monitoring.password=ENC(LGv1R3vkMM+Q/OkgEQHMSYLvY28GGwhA)
  66.  
  67. #---------- Server configuration ----------
  68. server.port=8080
  69. server.contextPath=/trueminer
  70. error.whitelabel.enabled=false
  71.  
  72. #---------- Email sending configuration ----------
  73. mail.subject=Subject
  74. mail.protocol=smtp
  75. mail.smtp.ssl.trust=smtp.gmail.com
  76. mail.smtp.auth=true
  77. mail.smtp.starttls.enable=true
  78. mail.host=smtp.gmail.com
  79. mail.port=587
  80. mail.from=testereferral@gmail.com
  81. mail.username=testereferral@gmail.com
  82. # decrypted password: M)/4$GwY
  83. mail.password=ENC(GOucmYnZpK9CS17apTUldQq3EugvaIFL)
  84. email.sending=true
  85.  
  86. # set to CSV of email addresses that will receive all mail as bcc
  87. mail.bccCsv=testereferral@gmail.com
  88.  
  89. # if true, will filter out all recipients that hosts are not in the csv, also single email addresses can be added
  90. # if false, not filtering will be done
  91. mail.useAllowedRecipientHosts=false
  92. mail.allowedRecipientHostsCsv=pacificgeotech.com,gmail.com
  93.  
  94. #---------- Log configuration ----------
  95. custom.logging.config=/dev-logback.xml
  96. logging.config=classpath:dev-logback.xml
  97.  
  98. #---------- JAR path configuration ----------
  99. jar.module.path=${user.home}/modules
  100. jar.extension.path=${user.home}/extensions
  101.  
  102.  
  103. #---------- KIE configuration----------
  104. kie.host=localhost
  105. kie.port=8085
  106. kie.protocol=http
  107. kie.rule.container.url=/execution-service/services/rest/server/containers/
  108. kie.username=admin
  109. # decrypted password: admin
  110. kie.password=ENC(A1msxlsgLEgoOVrKM4vj+g==)
  111. kie.session=defaultKieSession
  112. kie.execute.rule.path=/execute-rule
  113. kie.response.content.type=application/xml
  114. kie.connection.timeout=30000
  115. kie.socket.timeout=30000
  116. kie.offline.mode=false
  117. business.rules.offline.jar.folder=${user.home}/rule-files
  118.  
  119. #---------- Date and Time configuration ----------
  120. internal.date.format=yyyy-MM-dd
  121. internal.datetime.format=EEEE, yyyy-MM-dd HH:mm
  122. external.date.format=yyyy-MM-dd'T'HH:mm:ss.SSSZ
  123.  
  124. #---------- Icon configuration ----------
  125. icon.path=src/main/resources/sampleIcons/
  126. icon.extension=.jpg
  127.  
  128. #---------- Phone pattern configuration ----------
  129. international.phone.pattern=+999 999 9999
  130.  
  131. #---------- Archive configuration ------------
  132. archive.path=${user.home}/archives
  133. # specified in Mb
  134. max.documents.length=100
  135.  
  136. #---------- Jasypt encryption configuration ----------
  137. jasypt.password=jasypt
  138.  
  139. #---------- File storage configuration ----------
  140. model.file.storage.folder=${user.home}/app-files/bpmModels
  141. user.form.file.storage.folder=${user.home}/app-files/userForms
  142. event.notification.file.storage.folder=${user.home}/app-files/eventNotifications
  143. document.template.file.storage.folder=${user.home}/app-files/documentTemplates
  144. # There are 3 options: file, db, both
  145. show.uploading.options=both
  146.  
  147.  
  148. licensing.license=/tp.license
  149. licensing.public.key=/public.key
  150. licensing.public.key.password=sampleKey
  151. licensing.license.password=license password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement