update puppet
parent
c27a8723ab
commit
a61714e00d
|
|
@ -1,24 +1,21 @@
|
||||||
[options]
|
[options]
|
||||||
addons_path = /opt/odoo/ext/odoo/addons,/opt/odoo/ext/custom-addons
|
addons_path = ~/ext/ext/custom-addons,~/ext/ext/odoo/addons,~/ext/ext/enterprise-addons
|
||||||
admin_passwd = <%= @master_pw %>
|
admin_passwd = 9f8TTx34kk23
|
||||||
|
|
||||||
db_host = False
|
db_host = False
|
||||||
db_name = False
|
db_name = False
|
||||||
db_password = False
|
db_password = False
|
||||||
db_port = False
|
db_port = False
|
||||||
db_user = odoo
|
db_user = False
|
||||||
|
|
||||||
debug_mode = False
|
debug_mode = False
|
||||||
list_db = True
|
list_db = True
|
||||||
log_level = error
|
log_level = info
|
||||||
logfile = /var/log/odoo/<%= @master_pw %>/odoo-server.log
|
|
||||||
|
|
||||||
max_cron_threads = 1
|
#max_cron_threads = 1
|
||||||
workers = 1
|
workers = 0
|
||||||
|
|
||||||
#xmlrpc_interface = 127.0.0.1
|
|
||||||
xmlrpc_port = 8069
|
|
||||||
|
|
||||||
|
xmlrpc_interface = 127.0.0.1
|
||||||
timezone = Europe/Brussels
|
timezone = Europe/Brussels
|
||||||
|
|
||||||
# 5 min
|
# 5 min
|
||||||
|
|
@ -33,4 +30,3 @@ limit_time_real = 6000
|
||||||
# if DB > 150MB, otherwise "AccessDenied" error occurs
|
# if DB > 150MB, otherwise "AccessDenied" error occurs
|
||||||
# 10 GB
|
# 10 GB
|
||||||
limit_memory_hard = 10000000000
|
limit_memory_hard = 10000000000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue