Skip to content

Instantly share code, notes, and snippets.

@mrsarm
Created June 26, 2013 15:36
Show Gist options
  • Save mrsarm/5868463 to your computer and use it in GitHub Desktop.
Save mrsarm/5868463 to your computer and use it in GitHub Desktop.
OpenERP 6.1 server configuration. Variables changes: addons_path, log_handler, xmlrpc_port
[options]
addons_path = /opt/oerp/openerp-6.1/addons,/opt/oerp/openerp-6.1/web/addons,/opt/oerp/extra-addons-6.1,/python/projects/eoconsulting/openerp-esale
admin_passwd = admin
assert_exit_level = error
cache_timeout = 100000
cpu_time_limit = 60
csv_internal_sep = ,
db_host = False
db_maxconn = 64
db_name = False
db_password = postgres
db_port = False
db_template = template0
db_user = openerp
dbfilter = .*
debug_mode = False
demo = {}
email_from = False
import_partial =
lang = en_US
list_db = True
log_handler = werkzeug:CRITICAL,openerp.addons.base_synchro.wizard.base_synchro:DEBUG
log_level = info
logfile = None
login_message = False
logrotate = True
max_cron_threads = 4
netrpc = True
netrpc_interface =
netrpc_port = 8070
osv_memory_age_limit = 1.0
osv_memory_count_limit = False
pg_path = None
pidfile = None
proxy_mode = False
reportgz = False
secure_cert_file = server.cert
secure_pkey_file = server.pkey
server_wide_modules = None
smtp_password = False
smtp_port = 25
smtp_server = localhost
smtp_ssl = False
smtp_user = False
static_http_document_root = None
static_http_enable = False
static_http_url_prefix = None
syslog = False
test_commit = False
test_disable = False
test_file = False
test_report_directory = False
timezone = False
translate_modules = ['all']
unaccent = False
virtual_memory_limit = 805306368
virtual_memory_reset = 671088640
without_demo = False
xmlrpc = True
xmlrpc_interface =
xmlrpc_port = 80
xmlrpcs = True
xmlrpcs_interface =
xmlrpcs_port = 8071
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment