You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
343 B
17 lines
343 B
[options]
|
|
data_dir = /home/odoo/data-{{ APP_NAME }}
|
|
|
|
xmlrpc_port = {{ APP_PORT }}
|
|
longpolling_port = {{ LONG_PORT }}
|
|
|
|
db_host = ct1.lxd
|
|
db_name = odoo15-{{ APP_NAME }}
|
|
db_user = odoo15-{{ APP_NAME }}
|
|
db_password = odoo15-{{ APP_NAME }}
|
|
list_db = {{ target != 'prod'}}
|
|
|
|
workers = 2
|
|
db_maxconn = 10
|
|
db_filter = .*
|
|
syslog = True
|
|
proxy_mode = True
|