crss-admin.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. spring:
  2. profiles.include: audit, client-sec
  3. redis:
  4. database: 1
  5. http:
  6. multipart:
  7. maxFileSize: "25Mb"
  8. maxRequestSize: "25Mb"
  9. resources:
  10. chain:
  11. gzipped: true
  12. datasource:
  13. url: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=admin&ApplicationName=adminApp
  14. username: crss_admin
  15. password: YReYA7fI
  16. # TODO: UPDATE configs for prod
  17. mail:
  18. subject:
  19. prefix: "[CRSS]"
  20. # Set to local mailserver for testing. Pleaase unset after.
  21. #host: 192.168.10.175
  22. host: 192.168.9.10
  23. port: 25
  24. # username: crss-mailer@wesm.ph
  25. username: crss-mailer@iemop.ph
  26. password: Cr551234
  27. #host: mailserver.marathon.l4lb.thisdcos.directory
  28. #port: 3025
  29. #username: crss@local.dev.pemc.com
  30. #password: P@ssw0rd1434412
  31. properties:
  32. transport.protocol: smtp
  33. smtp:
  34. auth: true
  35. starttls.enable: true
  36. # TODO: UPDATE configs for prod
  37. crss:
  38. ldap:
  39. protocol: LDAPS
  40. host: ${crss.ad.ip}
  41. port: 636
  42. root-dn: "dc=wesmsys,dc=local"
  43. user-search-base: MO,MP,SO
  44. admin-user: "wesmsys\\crss_user"
  45. admin-password: "Cr$$1234"
  46. username-field: "userPrincipalName"
  47. domain: "wesmsys.local"
  48. embedded: false
  49. passwordOpEnabled: true
  50. passwordExpiryField: "msDS-UserPasswordExpiryTimeComputed"
  51. mail:
  52. # signature:
  53. # root-dir: /crss/esig
  54. signature:
  55. root-dir: /crss-uat-sit/esig
  56. bcc:
  57. DOE: DOE@mail.com
  58. ERC: ERC@mail.com
  59. PEMBOARD: PEMBOARD@mail.com
  60. MSP: MSP@mail.com
  61. feign:
  62. hystrix:
  63. enabled: false
  64. shareSecurityContext: true
  65. management:
  66. health:
  67. defaults:
  68. enabled: false
  69. logging:
  70. level:
  71. com.pemc.crss: DEBUG
  72. sftp:
  73. credentials:
  74. username: pemc
  75. password: 123qwe
  76. host: sftp.marathon.l4lb.thisdcos.directory
  77. port: 22
  78. docmgt:
  79. root-dir: /crss/docmgt
  80. server:
  81. session:
  82. cookie:
  83. secure: true