fix: resolve all QA/UAT report issues (P0-P3)
Made-with: Cursor
This commit is contained in:
18
odoo.conf
Normal file
18
odoo.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
[options]
|
||||
addons_path = /opt/odoo/addons,/opt/odoo/custom_addons
|
||||
data_dir = /var/lib/odoo
|
||||
db_host = db
|
||||
db_port = 5432
|
||||
db_user = odoo
|
||||
db_password = odoo
|
||||
db_name = encoach
|
||||
admin_passwd = admin
|
||||
http_port = 8069
|
||||
proxy_mode = True
|
||||
workers = 4
|
||||
max_cron_threads = 2
|
||||
limit_memory_hard = 2684354560
|
||||
limit_memory_soft = 2147483648
|
||||
limit_time_cpu = 600
|
||||
limit_time_real = 1200
|
||||
log_level = info
|
||||
Reference in New Issue
Block a user