mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-09-08 10:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user