90098a79a3
- 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>
56 lines
1.4 KiB
Text
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 = {}
|