Update odoo.conf
Used odoo.tools.config (/odoo/tools/config.py) as a reference to rebuild an up-to-date configuration file containing every available option. Removed reference to xmlrpcs options (deprecated since Odoo 9.0)
This commit is contained in:
parent
0b8aae9bd7
commit
725a4855c0
109
11.0/odoo.conf
109
11.0/odoo.conf
@ -1,37 +1,84 @@
|
||||
[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
|
||||
|
||||
; Server Startup Config
|
||||
; config = /etc/odoo/odoo.conf
|
||||
; save = False
|
||||
; init =
|
||||
; update =
|
||||
; without_demo = False
|
||||
; import_partial =
|
||||
; addon_path = /mnt/extra-addons
|
||||
; server_wide_modules =
|
||||
; data_dir = /var/lib/odoo
|
||||
|
||||
; HTTP
|
||||
; http_interface =
|
||||
; http_port = 8069
|
||||
; longpolling_port = 8072
|
||||
; max_cron_threads = 2
|
||||
; osv_memory_age_limit = 1.0
|
||||
; osv_memory_count_limit = False
|
||||
; smtp_password = False
|
||||
; smtp_port = 25
|
||||
; http_enable = True
|
||||
; proxy_mode = False
|
||||
|
||||
; Web
|
||||
; dbfilter = .*
|
||||
; test_file = False
|
||||
; test_report_directory = False
|
||||
; test_enable = False
|
||||
; test_commit = False
|
||||
|
||||
; Logging group
|
||||
; logfile = None
|
||||
; logrotate = False
|
||||
; syslog = False
|
||||
; log_handler = [':INFO']
|
||||
; log_db = False
|
||||
; log_db_level = warning
|
||||
; log_level = info
|
||||
|
||||
; SMTP
|
||||
; email_from = False
|
||||
; smtp_server = localhost
|
||||
; smtp_port = 25
|
||||
; smtp_ssl = False
|
||||
; smtp_user = False
|
||||
; smtp_password = False
|
||||
|
||||
; Database related group
|
||||
; db_name = False
|
||||
; db_user = False
|
||||
; db_password = False
|
||||
; pg_path =
|
||||
; db_host = False
|
||||
; db_port = False
|
||||
; db_sslmode = prefer
|
||||
; db_maxconn = 64
|
||||
; db_template = template1
|
||||
|
||||
; International options
|
||||
; load_language =
|
||||
; language =
|
||||
; translate_out =
|
||||
; translate_in =
|
||||
; overwrite_existing_translations = False
|
||||
; translate_modules =
|
||||
|
||||
; Security
|
||||
; list_db = True
|
||||
|
||||
; advanced
|
||||
; dev_mode =
|
||||
; shell_interface =
|
||||
; stop_after_init = False
|
||||
; osv_memory_count_limit = False
|
||||
; max_cron_threads = 2
|
||||
; unaccent = False
|
||||
; geoip_database = /usr/share/GeoIP/GeoLite2-City.mmdb
|
||||
|
||||
; Multi Processing options
|
||||
; workers = 0
|
||||
; xmlrpc = True
|
||||
; xmlrpc_interface =
|
||||
; xmlrpc_port = 8069
|
||||
; xmlrpcs = True
|
||||
; xmlrpcs_interface =
|
||||
; xmlrpcs_port = 8071
|
||||
; limit_memory_soft = 2147483648
|
||||
; limit_memory_hard = 2684354560
|
||||
; limit_time_cpu = 60
|
||||
; limit_time_real = 120
|
||||
; limit_time_real_cron = -1
|
||||
; limit_request = 8192
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user