crss-meterprocess-app.yml 1.9 KB

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