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="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>
|
||||||
|
|
Loading…
Reference in New Issue