crss-meterprocess-app.yml 2.4 KB

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