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