When should I use this odoo.conf?
Use it to restore a missing default, confirm what shipped, or diff against your current Odoo config.
[options] addons_path = /mnt/extra-addons data_dir = /var/lib/odoo ; admin_passwd = admin ; csv_internal_sep = , ; db_maxconn = 64 ; db_name = False ; db_template = template1 ; dbfilter = .* ; debug_mode = False ; email_from = False ; limit_memory_hard = 2684354560 ; limit_memory_soft = 2147483648 ; limit_request = 8192 ; limit_time_cpu = 60 ; limit_time_real = 120 ; list_db = True ; log_db = False ; log_handler = [':INFO'] ; log_level = info ; logfile = None ; longpolling_port = 8072 ; max_cron_threads = 2 ; osv_memory_age_limit = 1.0 ; osv_memory_count_limit = False ; smtp_password = False ; smtp_port = 25 ; smtp_server = localhost ; smtp_ssl = False ; smtp_user = False ; workers = 0 ; xmlrpc = True ; xmlrpc_interface = ; xmlrpc_port = 8069 ; xmlrpcs = True ; xmlrpcs_interface = ; xmlrpcs_port = 8071
curl https://exampleconfig.com/api/v1/config/original/525a865591e525e8f51d93c9f91044af?hint=odoo.conf
wget -O odoo.conf https://exampleconfig.com/api/v1/config/original/525a865591e525e8f51d93c9f91044af?hint=odoo.conf
<prompt><role>DevOps agent</role><source url='https://exampleconfig.com/api/v1/config/original/525a865591e525e8f51d93c9f91044af?hint=odoo.conf' /><config><app>Odoo</app><os>Debian 9 (Stretch)</os><location>/etc/odoo/odoo.conf</location><lines>37</lines><md5>525a865591e525e8f51d93c9f91044af</md5><sha256>4d772957164d15f1c5c13d5b0e11be0b0ee54b1d1e9068487db403a5b51c7b32</sha256></config></prompt>
Paste into Claude, ChatGPT, or any AI assistant.
Install commands coming soon.
When should I use this odoo.conf?
Use it to restore a missing default, confirm what shipped, or diff against your current Odoo config.
How do I restore Odoo defaults?
Download the file, back up the current one in /etc/odoo/odoo.conf, replace it, then reload or restart Odoo.
Is odoo.conf safe for production?
It is the vendor default for Debian 9 (Stretch). Treat it as a baseline and review security and performance settings before production use.
How does this differ from other OS versions?
Defaults vary by distro and version. This copy matches Debian 9 (Stretch).
Can I use this for Odoo troubleshooting?
Yes. Diff it against yours to find drift, then restore only the sections you need.