$OpenBSD: patch-etc_trytond_conf,v 1.1.1.1 2011/06/10 11:49:30 ajacoutot Exp $
--- etc/trytond.conf.orig	Sat May 28 19:58:46 2011
+++ etc/trytond.conf	Thu Jun  9 16:28:49 2011
@@ -1,15 +1,13 @@
-#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]
 
 # Configure the IP address for trytond
 # If empty, the server will listen on all available interfaces
-#interface =
+interface = 127.0.0.1
 
 # Activate the netrpc protocol
-#netrpc = True
+netrpc = True
 # Configure the port for the netrpc protocol to listen
-#netport = 8070
+netport = 8070
 
 # Activate the xml-rpc protocol
 #xmlrpc = False
@@ -21,7 +19,7 @@
 # Configure the port for the json-rpc protocol to listen
 #jsonport = 8000
 # Configure the path of json-rpc data
-#jsondata_path = /var/www/localhost/tryton
+#jsondata_path = /var/www/tryton
 
 # Activate the webdav protocol
 #webdav = False
@@ -30,16 +28,16 @@
 
 # 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
 
@@ -47,11 +45,12 @@
 #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
 
 # Enable secure connection with SSL
 #secure_netrpc = False
@@ -62,15 +61,15 @@
 #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
 
 # Limit the number of threads
 #max_thread = 40
