Update to 2023-09-08 10:00

This commit is contained in:
Daniel Berteaud
2023-09-08 10:00:12 +02:00
parent e126bb4803
commit 1e45c1d87c
9 changed files with 43 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
[options]
{% if not odoo_db_manager %}
{% if odoo_db_manager %}
admin_passwd = {{ odoo_db_manager_pass }}
{% else %}
db_name = {{ odoo_db_name }}
{% endif %}
db_host = {{ odoo_db_server }}
@@ -16,4 +18,6 @@ smtp_server = localhost
data_dir = {{ odoo_root_dir }}/data
without_demo = ALL
init = base
limit_request = 16384
limit_time_cpu = 900
limit_time_real = 1800