summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-12-02 17:05:12 +0100
committerJonas Smedegaard <dr@jones.dk>2008-12-02 17:49:18 +0100
commit31ad78e5dbddf35f41465f9154f98dd4da964f03 (patch)
tree5b0331c79228763761ef8e49f72f61ed1313e37d
parent3673c917e5634db7838b93ac308419ca89b9d709 (diff)
Add local config.1.2.17+jones
-rw-r--r--ledgersmb.conf50
1 files changed, 50 insertions, 0 deletions
diff --git a/ledgersmb.conf b/ledgersmb.conf
new file mode 100644
index 00000000..a11a22ea
--- /dev/null
+++ b/ledgersmb.conf
@@ -0,0 +1,50 @@
+session : DB
+logging : 0
+
+# Set language for login and admin pages
+language : da
+
+# If you have LaTeX installed, set to 1
+latex : 1
+
+# Maximum number of invoices that can be printed on a cheque
+check_max_invoices : 5
+
+[environment]
+# If the server can't find applications, append to the path
+#PATH: /usr/local/pgsql/bin
+#PATH: /usr/local/bin
+
+# If on Mac OS X using Fink's Perl libs, append to the path
+#PERL5LIB = /sw/lib/perl5
+
+[paths]
+# spool directory for batch printing
+spool = spool
+# templates base directory
+templates = templates
+localepath = locale/po
+
+[programs]
+# program to use for file compression
+gzip = gzip -S .gz
+
+[mail]
+### How to send mail. The sendmail command is used unless smtphost is set.
+#sendmail = /usr/bin/sendmail -t
+smtphost = 127.0.0.1
+# smtptimeout = 60
+
+[printers]
+# Available printers
+Laser = lpr -Plaser
+Epson = lpr -PEpson
+
+[globaldb]
+# These paramaters *must* be set correctly
+# for LedgerSMB >= 1.2 to work
+DBname = jonas-management
+#DBhost = localhost
+#DBport = 5432
+#DBUserName = jonas
+#DBPassword = set me to correct password