crss-meterprocess-app.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. spring:
  2. crss-main:
  3. datasource:
  4. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=meterprocess
  5. username: crss_meterprocess
  6. password: D9JpfUtT
  7. driverClassName: com.edb.Driver
  8. connectionTimeout: 10000
  9. maxPoolSize: 2
  10. test-on-borrow: true
  11. validation-query: SELECT 1
  12. crss-registration:
  13. datasource:
  14. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=registration
  15. username: crss_registration
  16. password: 51UF3JA9
  17. driverClassName: com.edb.Driver
  18. connectionTimeout: 10000
  19. maxPoolSize: 2
  20. test-on-borrow: true
  21. validation-query: SELECT 1
  22. crss-nmms:
  23. datasource:
  24. jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=nmms
  25. username: crss_nmms
  26. password: lbgg1i2Y
  27. driverClassName: com.edb.Driver
  28. connectionTimeout: 10000
  29. maxPoolSize: 2
  30. test-on-borrow: true
  31. validation-query: SELECT 1
  32. jpa:
  33. show-sql: false
  34. generate-ddl: false
  35. properties:
  36. hibernate:
  37. generate_statistics: false
  38. dialect: org.hibernate.dialect.PostgreSQLDialect
  39. ddl-auto: none
  40. hbm2ddl:
  41. import_files:
  42. # prevent batch job from running on app start
  43. batch:
  44. job:
  45. enabled: false
  46. initializer:
  47. enabled: false
  48. cloud:
  49. task:
  50. initialize:
  51. enable: false
  52. security:
  53. oauth2:
  54. client:
  55. accessTokenUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/oauth/access_token
  56. userAuthorizationUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/oauth/authorize
  57. resource:
  58. userInfoUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/user
  59. #liquibase:
  60. # change-log: classpath:/db/db.changelog-master.xml
  61. server:
  62. port: 8081
  63. undertow:
  64. accesslog:
  65. dir: target
  66. enabled: true
  67. pattern: combined
  68. compression:
  69. enabled: true
  70. min-response-size: 1
  71. logging:
  72. level:
  73. com.pemc: DEBUG
  74. com.netflix: DEBUG
  75. org.springframework.cloud: DEBUG
  76. org.apache.http: DEBUG
  77. org.hibernate.stat: debug
  78. dataflow:
  79. url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
  80. job:
  81. maxRun: 1
  82. sftp:
  83. credentials:
  84. username: pemc
  85. password: 123qwe
  86. host: sftp.marathon.l4lb.thisdcos.directory
  87. port: 22
  88. workingDirectory: /upload
  89. privateKey: