instaserv.example.conf 780 B

1234567891011121314151617181920212223242526272829303132333435
  1. service
  2. {
  3. nick = "InstaServ"
  4. user = "services"
  5. host = "services.knacki.info"
  6. gecos = "Quote Service"
  7. }
  8. module
  9. {
  10. name = "instaserv"
  11. client = "InstaServ"
  12. }
  13. /* Give it a help command. */
  14. command { service = "InstaServ"; name = "HELP"; command = "generic/help"; }
  15. module
  16. {
  17. name = "is_create"
  18. output = "/home/isundil/projects/instaServ/output/"
  19. background = "/home/isundil/storage/img/fails/collaborate.png"
  20. httpRoot = "http://devel.knacki.info/instaserv/"
  21. font = "/home/isundil/projects/instaServ/conf/roboto-mono.ttf"
  22. fontSize = 12
  23. quoteTop = 150
  24. quoteBottom = 10
  25. quoteLeft = 10
  26. quoteRight = 200
  27. bgColor = 2862851495
  28. fgColor = 4670037
  29. expireafter = "30m"
  30. typingtimeout = "5m"
  31. }
  32. command { service = "InstaServ"; name = "CREATE"; command = "instaserv/create"; }