summaryrefslogtreecommitdiff
path: root/ledgersmb.conf.default
blob: 6b45ce442d902d4a9b98dea480985d6af416837a (plain)
  1. session  : 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. # templates base directory
  19. templates = templates
  20. localepath = locale/po
  21. [programs]
  22. # program to use for file compression
  23. gzip = gzip -S .gz
  24. [mail]
  25. ### How to send mail. The sendmail command is used unless smtphost is set.
  26. sendmail = /usr/bin/sendmail -t
  27. # smtphost = 127.0.0.1
  28. # smtptimeout = 60
  29. [printers]
  30. # Available printers
  31. Laser = lpr -Plaser
  32. Epson = lpr -PEpson
  33. [globaldb]
  34. # These paramaters *must* be set correctly
  35. # for LedgerSMB >= 1.2 to work
  36. DBname = ledgersmb
  37. DBhost = localhost
  38. DBport = 5432
  39. DBUserName = ledgersmb
  40. DBPassword = set me to correct password