Update 'templates/orientdb-server-config.xml.j2' #5

Merged
andrea.dellamico merged 1 commits from luca.frosini-patch-1 into master 2022-03-17 16:44:36 +01:00
1 changed files with 2 additions and 1 deletions

View File

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