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:
commit
8b92472b88
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue