application-azure.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. spring:
  2. crss-dataflow:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://10.64.0.4: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://10.64.0.4: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://10.64.0.4: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: 1024
  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. logging:
  58. level:
  59. com.pemc: debug
  60. org.hibernate.stat: debug
  61. batch:
  62. # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml
  63. chunkSize: 1
  64. maxWorkers: 10
  65. partitionSize:
  66. mtr: 1000
  67. mtr:
  68. directory: /tmp/
  69. sftp:
  70. credentials:
  71. username: pemc
  72. password: 123qwe
  73. host: sftp.marathon.l4lb.thisdcos.directory
  74. port: 22
  75. workingDirectory: /upload
  76. privateKey: