$OpenBSD: patch-etc_trytond_conf,v 1.3 2012/05/02 06:57:01 ajacoutot Exp $
--- etc/trytond.conf.orig	Tue Apr 24 12:02:15 2012
+++ etc/trytond.conf	Wed May  2 08:01:56 2012
@@ -1,5 +1,3 @@
-#This file is part of Tryton.  The COPYRIGHT file at the top level of
-#this repository contains the full copyright notices and license terms.
 [options]
 
 # Activate the json-rpc protocol
@@ -10,7 +8,7 @@ jsonrpc = localhost:8000
 #hostname_jsonrpc =
 
 # Configure the path of json-rpc data
-#jsondata_path = /var/www/localhost/tryton
+#jsondata_path = /var/www/tryton
 
 # Activate the xml-rpc protocol
 #xmlrpc = *:8069
@@ -25,16 +23,16 @@ jsonrpc = localhost:8000
 
 # Configure the database type
 # allowed values are postgresql, sqlite, mysql
-#db_type = postgresql
+db_type = postgresql
 
 # Configure the database connection
 ## Note: Only databases owned by db_user will be displayed in the connection dialog
 ## of the Tryton client. db_user must have create permission for new databases
 ## to be able to use automatic database creation with the Tryton client.
-#db_host = False
-#db_port = False
-#db_user = False
-#db_password = False
+db_host = localhost
+db_port = 5432
+db_user = tryton
+db_password = ChangeME!!!
 #db_minconn = 1
 #db_maxconn = 64
 
@@ -42,25 +40,26 @@ jsonrpc = localhost:8000
 #pg_path = None
 
 # Configure the Tryton server password
-#admin_passwd = admin
+admin_passwd = ChangeME!!!
 
 # Configure the path of the files for the pid and the logs
 #pidfile = False
 #logfile = False
+logfile = /var/log/trytond
 
 #privatekey = server.pem
 #certificate = server.pem
 
 # Configure the SMTP connection
-#smtp_server = localhost
-#smtp_port = 25
+smtp_server = localhost
+smtp_port = 25
 #smtp_ssl = False
 #smtp_tls = False
 #smtp_password = False
 #smtp_user = False
 
 # Configure the path to store attachments and sqlite database
-#data_path = /var/lib/trytond
+data_path = /var/db/trytond
 
 # Allow to run more than one instance of trytond
 #multi_server = False
