instaserv.example.conf 795 B

123456789101112131415161718192021222324252627282930313233343536
  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. offsetTop = 0
  24. quoteTop = 150
  25. quoteBottom = 10
  26. quoteLeft = 10
  27. quoteRight = 200
  28. bgColor = 2862851495
  29. fgColor = 4670037
  30. expireafter = "30m"
  31. typingtimeout = "5m"
  32. }
  33. command { service = "InstaServ"; name = "CREATE"; command = "instaserv/create"; }