forked from hernad/odoonix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
odoo.conf
37 lines (27 loc) · 854 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
[options]
data_dir = ./odoo-data
db_host = 127.0.0.1
db_user = odoo
db_password = odoo
db_port = 15432
#db_maxconn = 64
#db_sslmode = prefer
#db_template = template0
db_name = False
#dbfilter = ^odoo\-mat\-test\-.*$
list_db = True
#demo = {}
#email_from = False
#from_filter = False
#log_db = False
#log_db_level = warning
log_level = debug
admin_passwd = $pbkdf2-sha512$600000$KwXgnFMqZcy51/p/713LmQ$ZGrXYq2zM6zimB2SFaPpqjPWlDTt01yUnISW9LjO5NPZQZqo2mWsHWbH//zcSBl4q0EWT.s38SWxK5Z8xTKmVQ
limit_time_cpu = 60000
limit_time_real = 72000
http_enable = True
#On Linux-like systems, using the multi-processing server over the multi-threading one is recommended to benefit
# from better hardware usage and increased stability, i.e., using the --workers=-1 and --max-cron-threads=n cli options.
workers = 4
proxy_mode = True
longpolling_port = False