From 57ef452cd2fb8beae4b9f2120a6f77a477e7718a Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 26 May 2022 14:37:02 +0200 Subject: [PATCH] Add back some 3.0 config options. --- templates/orientdb-server-config.xml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/orientdb-server-config.xml.j2 b/templates/orientdb-server-config.xml.j2 index afb9e09..eb49490 100644 --- a/templates/orientdb-server-config.xml.j2 +++ b/templates/orientdb-server-config.xml.j2 @@ -107,6 +107,9 @@ +{% if orientdb_version version_compare(3.2.0, '<')) %} + +{% endif %} {% if orientdb_hooks_enabled %} @@ -115,5 +118,8 @@ {% endfor %} {% endif %} +{% if orientdb_version version_compare(3.2.0, '<')) %} + true +{% endif %}