Merge pull request 'Update 'templates/orientdb-server-config.xml.j2'' (!5) from luca.frosini-patch-1 into master

Reviewed-on: #5
This commit is contained in:
Andrea Dell'Amico 2022-03-17 16:44:35 +01:00
commit 8b92472b88
1 changed files with 2 additions and 1 deletions

View File

@ -109,10 +109,11 @@
<!--entry value="0" name="distributed.autoRemoveOfflineServers"/ --> <!--entry value="0" name="distributed.autoRemoveOfflineServers"/ -->
<entry value="{{ orientdb_data_dir }}" name="server.database.path" /> <entry value="{{ orientdb_data_dir }}" name="server.database.path" />
</properties> </properties>
<!--
<hooks> <hooks>
{% for class in orientdb_hooks_classes %} {% for class in orientdb_hooks_classes %}
<hook class="{{ class.name }}" position="{{ class.position }}"/> <hook class="{{ class.name }}" position="{{ class.position }}"/>
{% endfor %} {% endfor %}
</hooks> </hooks>
<isAfterFirstTime>true</isAfterFirstTime> -->
</orient-server> </orient-server>