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