crss-admin.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. #original-host
  22. #host: 192.168.10.175
  23. host: 192.168.9.10
  24. #original-port
  25. port: 25
  26. # username: crss-mailer@wesm.ph
  27. #original-start
  28. username: crss-mailer@iemop.ph
  29. password: Cr551234
  30. #original-end
  31. #host: mailserver.marathon.l4lb.thisdcos.directory
  32. #port: 3025
  33. #username: crss@local.dev.pemc.com
  34. #password: P@ssw0rd1434412
  35. properties:
  36. transport.protocol: smtp
  37. smtp:
  38. auth: true
  39. starttls.enable: true
  40. # TODO: UPDATE configs for prod
  41. crss:
  42. ldap:
  43. protocol: LDAPS
  44. host: ${crss.ad.ip}
  45. port: 636
  46. root-dn: "dc=wesmsys,dc=local"
  47. user-search-base: MO,MP,SO
  48. admin-user: "wesmsys\\crss_user"
  49. admin-password: "Cr$$1234"
  50. username-field: "userPrincipalName"
  51. domain: "wesmsys.local"
  52. embedded: false
  53. passwordOpEnabled: true
  54. passwordExpiryField: "msDS-UserPasswordExpiryTimeComputed"
  55. mail:
  56. # signature:
  57. # root-dir: /crss/esig
  58. signature:
  59. root-dir: /crss/esig
  60. bcc:
  61. DOE: DOE@mail.com
  62. ERC: ERC@mail.com
  63. PEMBOARD: PEMBOARD@mail.com
  64. MSP: MSP@mail.com
  65. feign:
  66. hystrix:
  67. enabled: false
  68. shareSecurityContext: true
  69. management:
  70. health:
  71. defaults:
  72. enabled: false
  73. logging:
  74. level:
  75. com.pemc.crss: DEBUG
  76. sftp:
  77. credentials:
  78. username: pemc
  79. password: 123qwe
  80. host: sftp.marathon.l4lb.thisdcos.directory
  81. port: 22
  82. docmgt:
  83. root-dir: /crss/docmgt
  84. server:
  85. session:
  86. cookie:
  87. secure: true