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