Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. #mail configurations
  2. mail.smtp.host=smtp.gmail.com
  3. mail.smtp.auth=true
  4. mail.debug=true
  5. mail.smtp.starttls.enable=true
  6. mail.smtp.port=465
  7. mail.session.transport=smtps
  8. mail.smtp.socketFactory.port=465
  9. mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
  10. mail.smtp.socketFactory.fallback=false
  11. mail.username=reportmfc
  12. mail.password=YSvWjRWctB
  13. mail.from=reportmfc@gmail.com
  14.  
  15. #report configurations
  16. #jobperiod - \u043f\u0435\u0440\u0438\u043e\u0434 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0447\u0435\u0440\u0435\u0434\u0438 \u043e\u0442\u0447\u0435\u0442\u043e\u0432 \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445
  17. #report.starttime - \u0432\u0440\u0435\u043c\u044f \u043d\u0430\u0447\u0430\u043b\u0430 \u0437\u0430\u043f\u0440\u0435\u0449\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u044b\u0433\u0440\u0443\u0437\u043a\u0438 \u043e\u0442\u0447\u0435\u0442\u043e\u0432 (HH:mm)
  18. #report.endtime - \u0432\u0440\u0435\u043c\u044f \u043a\u043e\u043d\u0446\u0430 \u0437\u0430\u043f\u0440\u0435\u0449\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u044b\u0433\u0440\u0443\u0437\u043a\u0438 \u043e\u0442\u0447\u0435\u0442\u043e\u0432 (HH:mm)
  19. #report.startsleep - \u0432\u0440\u0435\u043c\u044f \u043f\u0430\u0443\u0437\u044b \u043f\u0435\u0440\u0435\u0434 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043e\u0442\u0447\u0435\u0442\u043e\u0432 \u043f\u0440\u0438 \u0441\u0442\u0430\u0440\u0442\u0435 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0432 \u043c\u0438\u043d\u0443\u0442\u0430\u0445
  20. report.jobperiod=10
  21. report.starttime=13:16
  22. report.endtime=13:22
  23. report.useTimeRestriction=true
  24. report.startsleep=1
  25.  
  26. operator.useOperatorLoadStrategy=true
  27.  
  28. # \u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f \u043d\u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u0441 \u0441\u0430\u0439\u0442\u0430 (\u0444\u043e\u0440\u043c\u0430\u0442 dd.MM.yyyy ; \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0434\u0435\u043d\u044c - \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0434\u0435\u043d\u044c \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f)
  29. restriction.lastdayofrestrictperiod=13.12.2015
  30.  
  31. job.operatorOff.cron=0 0/1 * 1/1 * ?
  32.  
  33. #pre-order ticket params - required!!!!
  34. max.timeslots.view=100
  35. max.search.days.for.timeslots=1
  36. max.timeslots.view.for.terminal=20
  37.  
  38. #�������� ���������� �� ������� ������� � ����� �������� ���(cron ���������� ������ �� �������� ���)
  39. ticket.cleaner=0 40 11 1/1 * ? *
  40.  
  41. ticket.getnextclient.timefilter=true
  42.  
  43. emailRecommendations.enabled=true
  44. emailRecommendations.url=http://localhost:8080/cpgu/action/sendRecommendationEmail
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement