report_engine.yaml 277 B

1234567891011121314
  1. report-engine:
  2. port: 8010
  3. path: "report_job"
  4. email:
  5. host: 192.168.100.5
  6. from: arif@example.com
  7. port: 25
  8. username: arif@example.com
  9. password: arif
  10. mailProtocol: smtp
  11. mailAuth: true
  12. mailStarttls: false
  13. mailSsl: false
  14. mailDebug: false