crss-mq-computation-dev2.yml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. spring:
  2. crss-dataflow:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
  5. username: crss_dataflow
  6. password: crss_dataflow
  7. driverClassName: org.postgresql.Driver
  8. maxPoolSize: 5
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. crss-main:
  12. datasource:
  13. #table-partitioning db. for testing partitioned table feature
  14. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
  15. #jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
  16. username: crss_meterprocess
  17. password: crss_meterprocess
  18. driverClassName: org.postgresql.Driver
  19. maxPoolSize: 5
  20. test-on-borrow: true
  21. validation-query: SELECT 1
  22. crss-registration:
  23. dataSource:
  24. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
  25. username: crss_registration
  26. password: crss_registration
  27. driverClassName: org.postgresql.Driver
  28. maxPoolSize: 5
  29. test-on-borrow: true
  30. validation-query: SELECT 1
  31. jpa:
  32. show-sql: true
  33. generate-ddl: true
  34. open-in-view: false
  35. properties:
  36. hibernate:
  37. # generate_statistics: true
  38. dialect: org.hibernate.dialect.PostgreSQLDialect
  39. ddl-auto: none
  40. hbm2ddl:
  41. auto: none
  42. profiles:
  43. include: mesos
  44. cloud:
  45. deployer:
  46. mesos:
  47. chronos:
  48. apiEndpoint: http://master.mesos/service/chronos/v1
  49. memory: 4096
  50. cpu: 0.5
  51. task:
  52. initialize:
  53. enable: false
  54. batch:
  55. initializer:
  56. enabled: false
  57. cache:
  58. jcache:
  59. config: ehcache3.xml
  60. logging:
  61. level:
  62. com.pemc.crss : debug
  63. org.hibernate.type: trace
  64. # org.hibernate.stat: debug
  65. batch:
  66. # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml
  67. chunkSize: 100
  68. maxWorkers: 10
  69. partitionSize:
  70. gap: 5000
  71. mq: 5000
  72. ssla: 5000
  73. report: 1
  74. mqreport:
  75. directory: /tmp/
  76. sftp:
  77. credentials:
  78. username: pemc
  79. password: 123qwe
  80. host: sftp.marathon.l4lb.thisdcos.directory
  81. port: 22
  82. workingDirectory: /upload
  83. privateKey: