| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- spring:
- profiles.include: audit, client-sec
- redis:
- host: redis.marathon.l4lb.thisdcos.directory
- database: 1
- http:
- multipart:
- maxFileSize: "25Mb"
- maxRequestSize: "25Mb"
- resources:
- chain:
- gzipped: true
- datasource:
- url: jdbc:edb://10.176.11.131:5432/crss?currentSchema=admin
- username: crss_admin
- password: YReYA7fI
- # TODO: UPDATE configs for prod
- mail:
- subject:
- prefix: ""
- host: mailserver.marathon.l4lb.thisdcos.directory
- port: 3025
- username: crss@top.crss.wesm.ph
- password: P@ssw0rd1434412
- properties:
- transport.protocol: smtp
- smtp:
- auth: true
- starttls.enable: true
- # TODO: UPDATE configs for prod
- crss:
- ldap:
- protocol: LDAPS
- host: "192.168.94.94"
- port: 636
- root-dn: "dc=wesmsys,dc=local"
- user-search-base: MO,MP,SO
- admin-user: "wesmsys\\crssadmin"
- admin-password: "1qaz@WSX"
- username-field: "userPrincipalName"
- domain: "wesmsys.local"
- embedded: false
- passwordOpEnabled: true
- mail:
- # signature:
- # root-dir: /crss/esig
- signature:
- root-dir: /crss-uat-sit/esig
- bcc:
- DOE: DOE@mail.com
- ERC: ERC@mail.com
- PEMBOARD: PEMBOARD@mail.com
- MSP: MSP@mail.com
- feign:
- hystrix:
- enabled: false
- management:
- health:
- defaults:
- enabled: false
|