summaryrefslogtreecommitdiff
path: root/ledger-smb.conf.default
blob: 8e71cfa5eed94a8637c960f7321eaf086c09d338 (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. # path to user configuration files
  19. userspath = users
  20. # templates base directory
  21. templates = templates
  22. # member file
  23. memberfile = users/members
  24. localepath = locale/po
  25. [programs]
  26. sendmail = | /usr/bin/sendmail -t
  27. # program to use for file compression
  28. gzip = gzip -S .gz
  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. DBConnect = dbi:Pg:dbname=ledgersmb;host=localhost;port5432
  37. UserName = ledgersmb
  38. Password = set me to correct password