pum.conf 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [pisg]
  2. # Defines where the user data is located. This file must be writeable
  3. # by the user the pum.pl script is running under (this user often is
  4. # called "www", "wwwdata", "apache" or similar). Also note that this
  5. # file should only contain user info, since it will be overwritten by
  6. # pum.pl.
  7. user_config = users.conf
  8. [cgi]
  9. # If commented, pum handles CSS internally. Comment it in to use an
  10. # external CSS file. Do not put the CSS file into the cgi-bin
  11. # directory where pum.pl itself is located -- because it won't work in
  12. # most installations since the cgi-bin directory is reserved for CGI
  13. # scripts only.
  14. #css = /css/pum.css
  15. # Set it to the same as ImagePath in pisg.conf.
  16. pics_prefix = /pics/
  17. # Turn on some more debug info. Can also be triggerd by using
  18. # 'debug=1' in the query string, e.g. with
  19. # http://your.webserver/cgi-bin/pum.pl?debug=1
  20. debug = 0
  21. # Are users allowed to remove nicks? 1 = yes 0 = no
  22. user_del = 1
  23. # how many chars to display in the summarylist
  24. alias_disp = 30
  25. [backup]
  26. # Should pum.pl create a backup file each time it changes something?
  27. # Note that the user this script is running under must have permission
  28. # to write to the directory option below.
  29. enable = 0
  30. # To which directory should the backups written to?
  31. dir = /tmp
  32. # What string should be appended to the backup file name? "%t" is
  33. # replaced by the current Unix time (that means the output of Perl's
  34. # time() function). WARNING: This can fill up your disk!
  35. suffix = %t