Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. master.dialect=Oracle9iDialect
  2. master.dsname=jdbc/linmaster_${master.dialect}
  3.  
  4. master.jdbc.username=linmaster
  5. master.jdbc.password=admin
  6. master.schema=linmaster
  7.  
  8. birt.home=../sw/birt/ReportEngine
  9. birt.logDirectory=./log/birt
  10. birt.logLevel=WARNING
  11. #Start me Up, Start me up
  12. birt.loadOnStartup=TRUE
  13.  
  14. jmx.port=2199
  15. jmx.address=service:jmx:rmi://192.168.49.34/jndi/rmi://192.168.49.34:2199/server
  16. #jmx.address=service:jmx:rmi://localhost/jndi/rmi://localhost:2198/server
  17.  
  18. jsDebug=false
  19.  
  20. jbpm.startJobExecutor=false
  21.  
  22. mailManager.host=localhost
  23.  
  24. # Master cache
  25. master.use_query_cache=false
  26. master.use_second_level_cache=false
  27. master.cache.provider_class=org.terracotta.hibernate.TerracottaHibernateCacheProvider
  28.  
  29. # Entity cache
  30. entity.use_query_cache=false
  31. entity.use_second_level_cache=false
  32. #entity.cache.provider_class=org.hibernate.cache.EhCacheProvider
  33. entity.cache.provider_class=org.terracotta.hibernate.TerracottaHibernateCacheProvider
  34.  
  35. #BATCH CONFIG
  36. master.jdbc.username=linmaster
  37. master.jdbc.password=admin
  38.  
  39. Oracle9iDialect.jdbc.url=jdbc:oracle:thin:LINMASTER/admin@//iap03:1521/integracion
  40.  
  41. batch.pathToSqlLoader=/opt/app/oracle/product/10.2.0/db_1/bin/sqlldr
  42.  
  43. batch.files.home=./tmp/pfs
  44.  
  45. batch.connectionInfo = lin001/admin@localhost:1521/orcl
  46.  
  47. batch.unzip.zipFileName1=pfs-rec-common.jar
  48. batch.unzip.pathToExtract1=./batch
  49. batch.unzip.filesToExtract1=^(sql/.*)$
  50.  
  51. batch.unzip.zipFileName2=pfs-rec-batch.jar
  52. batch.unzip.pathToExtract2=./batch
  53. batch.unzip.filesToExtract2=^(sql/.*)|(es/capgemini/pfs/batch/load/pcr/.*\.ctl)$
  54.  
  55. batch.linCobros.in=linCobros
  56. batch.linCobros.semaphore=COBROS${batch.files.semaphore.suffix}
  57. batch.linCobros.period=30000
  58.  
  59. batch.linAcuerdos.in=linAcuerdos
  60. batch.linAcuerdos.semaphore=ACUERDOS${batch.files.semaphore.suffix}
  61. batch.linAcuerdos.period=5000
  62.  
  63. batch.linAltaAsuntos.in=linAltaAsuntos
  64. batch.linAltaAsuntos.semaphore=ALTA_ASUNTOS${batch.files.semaphore.suffix}
  65. batch.linAltaAsuntos.period=5000
  66.  
  67. files.temporaryPath=./pfs/temporaryFiles/
  68.  
  69. #SECURITY
  70. security.validezTimeStamp = 99999999
  71. security.rutaClavePublica = ./RSAKeys/public.key
  72. security.rutaClavePrivada = ./RSAKeys/private.key
  73.  
  74. #devon.webservice.ugas.wsdl = file:/home/desalindorff/ugasv2.wsdl
  75.  
  76. agendaMultifuncion.mail.from = recovery@lindorff.es
  77.  
  78. #Limite en exportacion asuntos
  79. exportar.excel.limite.asuntos = 5000
  80. exportar.excel.limite.asuntos.simultaneos = 10
  81. exportar.excel.limite.asuntos.ruta = /tmp/listaAsuntos
  82.  
  83. #Limite en exportacion de tareas
  84. exportar.excel.limite.tareas = 2000
  85. exportar.excel.limite.tareas.simultaneos = 5
  86. exportar.excel.limite.ruta.ruta = /tmp/listaTareas
  87.  
  88. #Filtro de html para las anotaciones del report de la ficha global de litigios
  89. report.ficha.global.litigios.filtro.html.anotaciones=true
  90.  
  91. cargadocs.hora.inicio=08:00:00
  92. cargadocs.hora.fin=20:30:00
  93. cargadocs.intervalo=1
  94. cargadocs.directorio=/tmp/pruebaCargaDocumentacion/
  95.  
  96. #Limite de TAMAÑO MÁXIMO DE LOS ADJUNTOS QUE SE PUEDEN ENVIAR
  97. agendaMultifuncion.mail.tamanyoMaximoAdjustos = 12000000
  98.  
  99. masivo.cargaExcel.maxFilas=5000
  100.  
  101. #Mi URL de WS, debe conectarse a puerto no SEGURO
  102. #ws.callCenter.origen=CallCenterWS|http://ws.recovery.pfsgroup.es|http://localhost:8080/pfs/services/callcenter?wsdl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement