summaryrefslogtreecommitdiff
path: root/ledgersmb.conf.default
blob: 65fcfe0e49d17a37aa5664fc17e480826e4ac4fe (plain)
  1. auth : DB
  2. logging : 0
  3. # Set language for login and admin pages
  4. language :
  5. # If you have LaTeX installed, set to 1
  6. latex : 1
  7. # Maximum number of invoices that can be printed on a cheque
  8. check_max_invoices : 5
  9. # Maximum POST size to prevent DoS (4MB default)
  10. max_post_size : 4194304
  11. [environment]
  12. # If the server can't find applications, append to the path
  13. PATH: /usr/local/pgsql/bin
  14. PATH: /usr/local/bin
  15. # If on Mac OS X using Fink's Perl libs, append to the path
  16. #PERL5LIB = /sw/lib/perl5
  17. [paths]
  18. # spool directory for batch printing
  19. spool = spool
  20. # path to user configuration files
  21. userspath = users
  22. # templates base directory
  23. templates = templates
  24. # images base directory
  25. images = images
  26. # member file
  27. memberfile = users/members
  28. localepath = locale/po
  29. [programs]
  30. # program to use for file compression
  31. gzip = gzip -S .gz
  32. [mail]
  33. ### How to send mail. The sendmail command is used unless smtphost is set.
  34. sendmail = /usr/bin/sendmail -t
  35. # smtphost = 127.0.0.1
  36. # smtptimeout = 60
  37. [printers]
  38. # Available printers
  39. Laser = lpr -Plaser
  40. Epson = lpr -PEpson
  41. [database]
  42. # Sets database connection parameters. Note that default_db can be left blank
  43. # if you want to force people to enter a company name at login.
  44. port = 5432
  45. default_db = lsmb13
  46. host = localhost
  47. db_namespace = public