freebsd-ports/finance/openerp-server/files/openerp-server.conf.in
Michael Scheidell 90098a79a3 - Fix installation problems by changing how pid is checked
- Add note to pkg-message about postgresql server

PR:		ports/166534
Submitted by:	Laurent Berthelet <laurent@ospowa.com> (maintainer)
Reported by:	Franck PORCHER <franck.porcher@gmail.com>
2012-06-12 12:56:54 +00:00

56 lines
1.4 KiB
Text

# Example configuration file for OpenERP-server
#
# This is an example configuration file, just copy it
# to openerp-server.conf and edit it to suit your needs.
#
# Patch submitted by (c) Franck Porcher, Ph.D, to smooth some default values
[options]
# Basic daemon configuration options ##################
root_path = %%PYTHON_SITELIBDIR%%/openerp-server/
addons_path = %%PYTHON_SITELIBDIR%%/openerp-server/addons
# netinterface =
# interface =
port = 8069
netport = 8070
debug_mode = False
stop_after_init = False
soap = False
xmlrpc = True
netrpc = True
secure = False
cache_timeout = 100000
pidfile = /var/run/openerp/openerp-server.pid
reportgz = False
admin_passwd = admin
login_message = False
price_accuracy = 2
csv_internal_sep = ,
translate_modules = ['all']
# Logging options #####################################
syslog = True
log_level = info
logfile = /var/log/openerp/openerp-server.log
assert_exit_level = warn
# Database options ####################################
db_name = openerp
db_user = openerp
db_password = openerp
db_host = localhost
db_maxconn = 64
pg_path = /usr/local/bin
list_db = True
# import_partial =
# SMTP options ########################################
smtp_server = localhost
smtp_port = 25
smtp_user = False
smtp_password = False
email_from = False
# Use demo files? #####################################
# without_demo = True
# demo = {}