provisioning tool for building opinionated architecture
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.

16 lines
343 B

7 months ago
  1. [options]
  2. data_dir = /home/odoo/data-{{ APP_NAME }}
  3. xmlrpc_port = {{ APP_PORT }}
  4. longpolling_port = {{ LONG_PORT }}
  5. db_host = ct1.lxd
  6. db_name = odoo15-{{ APP_NAME }}
  7. db_user = odoo15-{{ APP_NAME }}
  8. db_password = odoo15-{{ APP_NAME }}
  9. list_db = {{ target != 'prod'}}
  10. workers = 2
  11. db_maxconn = 10
  12. db_filter = .*
  13. syslog = True
  14. proxy_mode = True