Advertisement
metailmonkey_

Untitled

Nov 10th, 2023
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [options]
  2. addons_path = /opt/odoo16/odoo/addons,/opt/odoo16/odoo/odoo/addons,/opt/odoo16/extra-addons
  3. admin_passwd =
  4. csv_internal_sep = ,
  5. db_host = localhost
  6. db_maxconn = 64
  7. db_name = False
  8. db_password = abc
  9. db_port = False
  10. db_sslmode = prefer
  11. db_template = template0
  12. db_user = abc
  13. ;dbfilter = .*
  14. ;list_db = True
  15. dbfilter = ^odoo16db$
  16. list_db = False
  17. demo = {}
  18. email_from = False
  19. from_filter = False
  20. geoip_database = /usr/share/GeoIP/GeoLite2-City.mmdb
  21. http_enable = True
  22. http_interface =
  23. http_port = 8100
  24. import_partial =
  25. limit_memory_hard = 2684354560
  26. limit_memory_soft = 2147483648
  27. limit_request = 8192
  28. limit_time_cpu = 60
  29. limit_time_real = 120
  30. limit_time_real_cron = -1
  31. log_db_level = warning
  32. log_handler = :INFO,odoo:DEBUG,odoo.sql_db:DEBUG,odoo.http.rpc.request:DEBUG,odoo.http.rpc:DEBUG
  33. log_level = debug
  34. logfile =
  35. logrotate = True
  36. longpolling_port = 8102
  37. max_cron_threads = 2
  38. osv_memory_age_limit = False
  39. osv_memory_count_limit = False
  40. smtp_password = False
  41. smtp_port = 25
  42. smtp_server = localhost
  43. smtp_ssl = False
  44. smtp_ssl_certificate_filename = False
  45. smtp_ssl_private_key_filename = False
  46. smtp_user = False
  47. syslog = False
  48. test_enable = False
  49. test_file =
  50. test_tags = None
  51. transient_age_limit = 1.0
  52. translate_modules = ['all']
  53. unaccent = False
  54. upgrade_path =
  55. proxy_mode = True
  56. xmlrpc_interface = 127.0.0.1
  57. netrpc_interface = 127.0.0.1
  58. workers = 2
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement