Skip to content
Extraits de code Groupes Projets
Valider 8e3bada6 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

Add extra conf variable

parent fce1fb17
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -95,6 +95,8 @@ odoo_remote_db_access: false
## OPTIONAL - update performance limits for Odoo (see https://www.odoo.com/documentation/14.0/developer/reference/cmdline.html)
# odoo_limit_time_cpu: 60
# odoo_limit_time_real: 120
## OPTIONAL - Extra variables to be added in odoo.conf
# odoo_extra_conf: "log_level = debug"
## OPTIONAL - Deploy Metabase
metabase: false
......
......@@ -61,3 +61,6 @@ max_cron_threads = {{ ansible_processor_vcpus | int }}
; xmlrpcs = True
; xmlrpcs_interface =
; xmlrpcs_port = 8071
{% if odoo_extra_conf is defined %}
{{ odoo_extra_conf }}
{% endif %}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter