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:
chegirow 2019-04-28 08:33:07 -04:00 committed by GitHub
parent 0b8aae9bd7
commit 725a4855c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,37 +1,84 @@
[options] [options]
addons_path = /mnt/extra-addons
data_dir = /var/lib/odoo ; Server Startup Config
; admin_passwd = admin ; config = /etc/odoo/odoo.conf
; csv_internal_sep = , ; save = False
; db_maxconn = 64 ; init =
; db_name = False ; update =
; db_template = template1 ; without_demo = False
; dbfilter = .* ; import_partial =
; debug_mode = False ; addon_path = /mnt/extra-addons
; email_from = False ; server_wide_modules =
; limit_memory_hard = 2684354560 ; data_dir = /var/lib/odoo
; limit_memory_soft = 2147483648
; limit_request = 8192 ; HTTP
; limit_time_cpu = 60 ; http_interface =
; limit_time_real = 120 ; http_port = 8069
; list_db = True
; log_db = False
; log_handler = [':INFO']
; log_level = info
; logfile = None
; longpolling_port = 8072 ; longpolling_port = 8072
; max_cron_threads = 2 ; http_enable = True
; osv_memory_age_limit = 1.0 ; proxy_mode = False
; osv_memory_count_limit = False
; smtp_password = False ; Web
; smtp_port = 25 ; 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_server = localhost
; smtp_port = 25
; smtp_ssl = False ; smtp_ssl = False
; smtp_user = 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 ; workers = 0
; xmlrpc = True ; limit_memory_soft = 2147483648
; xmlrpc_interface = ; limit_memory_hard = 2684354560
; xmlrpc_port = 8069 ; limit_time_cpu = 60
; xmlrpcs = True ; limit_time_real = 120
; xmlrpcs_interface = ; limit_time_real_cron = -1
; xmlrpcs_port = 8071 ; limit_request = 8192