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