36 lines
599 B
Plaintext
36 lines
599 B
Plaintext
[options]
|
|
addons_path = /opt/odoo/odoo/addons,/opt/odoo/ext/addons
|
|
admin_passwd = c76EVdqj
|
|
|
|
db_host = False
|
|
db_name = False
|
|
db_password = False
|
|
db_port = False
|
|
db_user = odoo
|
|
|
|
debug_mode = False
|
|
list_db = True
|
|
log_level = error
|
|
logfile = /var/log/odoo/odoo-server.log
|
|
|
|
max_cron_threads = 1
|
|
workers = 1
|
|
|
|
xmlrpc_interface = 127.0.0.1
|
|
xmlrpc_port = 8069
|
|
|
|
timezone = Europe/Brussels
|
|
|
|
# 5 min
|
|
#limit_time_cpu = 300
|
|
# 10 min
|
|
#limit_time_real = 600
|
|
|
|
# input DMI:
|
|
limit_time_cpu = 3000
|
|
limit_time_real = 6000
|
|
|
|
# if DB > 150MB, otherwise "AccessDenied" error occurs
|
|
# 10 GB
|
|
limit_memory_hard = 10000000000
|