-
Notifications
You must be signed in to change notification settings - Fork 24
/
odoo.conf
41 lines (41 loc) · 958 Bytes
/
odoo.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[options]
addons_path = /usr/lib/python2.7/dist-packages/odoo/addons,/mnt/extra-addons
data_dir = /var/lib/odoo
db_host = db
db_user = odoo
db_password = odoo
csv_internal_sep = ,
limit_memory_hard = 2147483648
limit_memory_soft = 1342177280
limit_request = 8192
limit_time_cpu = 480
limit_time_real = 960
max_cron_threads = 2
workers = 5
longpolling_port = 8072
list_db = True
proxy_mode = True
xmlrpc = True
dbfilter = .*
;xmlrpc_interface = 127.0.0.1
;netrpc_interface = 127.0.0.1
; db_maxconn = 64
; db_name = False
; db_template = template1
; debug_mode = False
; email_from = False
; log_db = False
; log_handler = [':INFO']
; log_level = info
; logfile = None
; 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
; xmlrpc_port = 8069
; xmlrpcs = True
; xmlrpcs_interface =
; xmlrpcs_port = 8071