|
|
@@ -0,0 +1,32 @@
|
|
|
+spring:
|
|
|
+ datasource:
|
|
|
+ url: jdbc:edb://10.176.11.23:5432/crss_sit?currentSchema=admin
|
|
|
+ username: crss_admin
|
|
|
+ password: YReYA7fI
|
|
|
+ mail:
|
|
|
+ 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
|
|
|
+
|
|
|
+crss:
|
|
|
+ ldap:
|
|
|
+ protocol: LDAPS
|
|
|
+ host: "10.176.24.26"
|
|
|
+ port: 636
|
|
|
+ root-dn: "dc=wesmsys,dc=local"
|
|
|
+ user-search-base: ""
|
|
|
+ admin-user: "wesmsys\\crssadmin"
|
|
|
+ admin-password: "123qweASD"
|
|
|
+ username-field: "userPrincipalName"
|
|
|
+ domain: "wesmsys.local"
|
|
|
+ embedded: false
|
|
|
+ passwordOpEnabled: true
|
|
|
+ mail:
|
|
|
+ signature:
|
|
|
+ root-dir: /crss-uat-sit/esig
|