summaryrefslogtreecommitdiff
path: root/ledgersmb.conf.default
blob: 4fd3d54c2b4ee4c83445b7f181e289350709e7e1 (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. [environment]
  10. # If the server can't find applications, append to the path
  11. PATH: /usr/local/pgsql/bin
  12. PATH: /usr/local/bin
  13. # If on Mac OS X using Fink's Perl libs, append to the path
  14. #PERL5LIB = /sw/lib/perl5
  15. [paths]
  16. # spool directory for batch printing
  17. spool = spool
  18. # path to user configuration files
  19. userspath = users
  20. # templates base directory
  21. templates = templates
  22. # images base directory
  23. images = images
  24. # member file
  25. memberfile = users/members
  26. localepath = locale/po
  27. [programs]
  28. # program to use for file compression
  29. gzip = gzip -S .gz
  30. [mail]
  31. ### How to send mail. The sendmail command is used unless smtphost is set.
  32. sendmail = /usr/bin/sendmail -t
  33. # smtphost = 127.0.0.1
  34. # smtptimeout = 60
  35. [printers]
  36. # Available printers
  37. Laser = lpr -Plaser
  38. Epson = lpr -PEpson
  39. [database]
  40. # Sets database connection parameters. Note that default_db can be left blank
  41. # if you want to force people to enter a company name at login.
  42. port = 5432
  43. default_db = lsmb13
  44. host = localhost
  45. db_namespace = public