$OpenBSD: patch-etc_trytond_conf,v 1.4 2013/10/28 07:27:38 ajacoutot Exp $
--- etc/trytond.conf.orig	Sun Oct 20 01:52:51 2013
+++ etc/trytond.conf	Mon Oct 28 08:04:30 2013
@@ -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,11 +40,12 @@ 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
@@ -61,7 +60,7 @@ jsonrpc = localhost:8000
 #smtp_default_from_email = 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
