general-setting-example.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. web:
  2. port: 8080
  3. sch:
  4. port: 4200
  5. rep:
  6. port: 4300
  7. prc:
  8. port: 4400
  9. database:
  10. type: sqlserver
  11. host: 103.226.138.208
  12. port: 1433
  13. name: cpxdb
  14. username: sa
  15. password: D4tacom!
  16. properties: encrypt=true;trustServerCertificate=true;
  17. cpx:
  18. info:
  19. companyName: Bank Ini Itu
  20. lang: en
  21. https: true
  22. pin:
  23. personalAccess: 2
  24. min: 2
  25. max: 4
  26. patternStart: '01'
  27. patternEnd: '7777'
  28. email:
  29. host: "smtp.postmarkapp.com"
  30. from: "septiyan@datacomsolusindo.co.id"
  31. port: 587
  32. username: "PM-T-outbound-A1HZcKx3kEduzlNoyGvKMR"
  33. password: "EbLCFpy7CrwajY016zbkGlvBFgcPChqY1zcq"
  34. mailProtocol: "smtp"
  35. mailAuth: true
  36. mailStarttls: true
  37. mailSsl: true
  38. mailDebug: false
  39. pdfPassword:
  40. column: name
  41. length: 4
  42. start: 1
  43. emailContent:
  44. pin:
  45. subject: "belum ada tuh"
  46. content: "Hope you enjoyed using CallMaster.<br><br>
  47. Your new PIN is attached in this encrypted PDF file<br>
  48. The password for this file is {pin_description}<br><br>
  49. Example, {column} is <strong>{ex_data}</strong>, then password is <strong>{ex_password}</strong><br><br>
  50. Regards,<br>
  51. {company} {year}"
  52. # host: "mail.datacomsolusindo.co.id"
  53. # from: "septiyan@datacomsolusindo.co.id"
  54. # port: 587
  55. # username: "septiyan"
  56. # password: "sep582%*@"
  57. # mailProtocol: "smtp"
  58. # mailAuth: true
  59. # mailStarttls: true
  60. # mailSsl: false
  61. # mailDebug: false