application-top.yml 1.8 KB

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