pum.conf 809 B

12345678910111213141516171819202122232425262728293031323334
  1. [pisg]
  2. # where to put userdata. This file must be writeable by the user that run
  3. # the pum.pl script. Also note, this should only contain user info.
  4. user_config = users.conf
  5. [cgi]
  6. # Comment out to let pum handle css internally.
  7. #css = pum.css
  8. # set to the same as ImagePath in pisg.conf
  9. pics_prefix = /pics/
  10. # turn on some more info, could also be accessed using '?debug' in the URL
  11. debug = 0
  12. # whatever to allow user to remove nicks.
  13. user_del = 1
  14. # how many chars to display in the summarylist
  15. alias_disp = 30
  16. [backup]
  17. # make a backupfile, note that the user this script is run as must have
  18. # permission to write to the directory option below.
  19. enable = 0
  20. # where to put backups.
  21. dir = /tmp
  22. # what to append to filename, %t is replaced by time()
  23. # warning, this could fillup your disk!
  24. suffix = %t