1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- web:
- port: 8080
- sch:
- port: 4200
- rep:
- port: 4300
- prc:
- port: 4400
- database:
- type: sqlserver
- host: 103.226.138.208
- port: 1433
- name: cpxdb
- username: sa
- password: D4tacom!
- properties: encrypt=true;trustServerCertificate=true;
- cpx:
- info:
- companyName: Bank Ini Itu
- lang: en
- https: true
- pin:
- personalAccess: 2
- min: 2
- max: 4
- patternStart: '01'
- patternEnd: '7777'
- email:
- host: "smtp.postmarkapp.com"
- from: "septiyan@datacomsolusindo.co.id"
- port: 587
- username: "PM-T-outbound-A1HZcKx3kEduzlNoyGvKMR"
- password: "EbLCFpy7CrwajY016zbkGlvBFgcPChqY1zcq"
- mailProtocol: "smtp"
- mailAuth: true
- mailStarttls: true
- mailSsl: true
- mailDebug: false
- pdfPassword:
- column: name
- length: 4
- start: 1
- emailContent:
- pin:
- subject: "belum ada tuh"
- content: "Hope you enjoyed using CallMaster.<br><br>
- Your new PIN is attached in this encrypted PDF file<br>
- The password for this file is {pin_description}<br><br>
- Example, {column} is <strong>{ex_data}</strong>, then password is <strong>{ex_password}</strong><br><br>
- Regards,<br>
- {company} {year}"
- # host: "mail.datacomsolusindo.co.id"
- # from: "septiyan@datacomsolusindo.co.id"
- # port: 587
- # username: "septiyan"
- # password: "sep582%*@"
- # mailProtocol: "smtp"
- # mailAuth: true
- # mailStarttls: true
- # mailSsl: false
- # mailDebug: false
|