25 lines
483 B
Plaintext
25 lines
483 B
Plaintext
[options]
|
|
; Odoo 18 Community configuration for ai.activeblue.net
|
|
addons_path = /mnt/extra-addons,/usr/lib/python3/dist-packages/odoo/addons
|
|
admin_passwd = False
|
|
db_host = odoo-ai-db
|
|
db_port = 5432
|
|
db_name = ai
|
|
db_user = odoo
|
|
dbfilter = ^ai$
|
|
|
|
; Performance
|
|
workers = 4
|
|
max_cron_threads = 2
|
|
limit_time_cpu = 300
|
|
limit_time_real = 600
|
|
limit_memory_hard = 2684354560
|
|
limit_memory_soft = 2147483648
|
|
|
|
; Proxy
|
|
proxy_mode = True
|
|
|
|
; Logging
|
|
log_level = info
|
|
logfile = /var/log/odoo/odoo.log
|