crss-meterprocess-app-pemc-uat-sit.yml 2.3 KB

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