Guest User

Untitled

a guest
Jul 30th, 2018
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. `[options]
  2. addons_path = C:Program Files (x86)Odoo 11.0serverodooaddons
  3. admin_passwd = admin
  4. bin_path = C:Program Files (x86)Odoo 11.0thirdparty
  5. csv_internal_sep = ,
  6. data_dir = C:UserspabloAppDataLocalOpenERP S.A.Odoo
  7. db_host = localhost
  8. db_maxconn = 64
  9. db_name = False
  10. db_password = password
  11. db_port = 5432
  12. db_sslmode = prefer
  13. db_template = template1
  14. db_user = user
  15. dbfilter =
  16. demo = {}
  17. email_from = False
  18. geoip_database = /usr/share/GeoIP/GeoLite2-City.mmdb
  19. http_enable = True
  20. http_interface =
  21. http_port = 8069
  22. import_partial =
  23. limit_memory_hard = None
  24. limit_memory_soft = None
  25. limit_request = None
  26. limit_time_cpu = None
  27. limit_time_real = None
  28. limit_time_real_cron = None
  29. list_db = True
  30. log_db = False
  31. log_db_level = warning
  32. log_handler = :INFO
  33. log_level = info
  34. logfile = C:Program Files (x86)Odoo 11.0serverodoo.log
  35. logrotate = False
  36. longpolling_port = 8072
  37. max_cron_threads = 2
  38. osv_memory_age_limit = 1.0
  39. osv_memory_count_limit = False
  40. pg_path = C:Program Files (x86)Odoo 11.0PostgreSQLbin
  41. pidfile = None
  42. proxy_mode = False
  43. reportgz = False
  44. server_wide_modules = web
  45. smtp_password = False
  46. smtp_port = 25
  47. smtp_server = localhost
  48. smtp_ssl = False
  49. smtp_user = False
  50. syslog = False
  51. test_commit = False
  52. test_enable = False
  53. test_file = False
  54. test_report_directory = False
  55. translate_modules = ['all']
  56. unaccent = False
  57. without_demo = False
  58. workers = None`
Add Comment
Please, Sign In to add comment