orientbd -> orientdb
This commit is contained in:
parent
ff888f44bc
commit
25116bdaea
|
@ -55,12 +55,12 @@ orientdb_distributed_readyourwrites: 'true'
|
||||||
orientdb_distributed_executionmode: 'undefined'
|
orientdb_distributed_executionmode: 'undefined'
|
||||||
orientdb_new_node_strategy: 'dynamic'
|
orientdb_new_node_strategy: 'dynamic'
|
||||||
|
|
||||||
orientbd_graph_server_enabled: False
|
orientdb_graph_server_enabled: False
|
||||||
|
|
||||||
orientdb_hazelcast_group_name: orientdb
|
orientdb_hazelcast_group_name: orientdb
|
||||||
orientdb_hazelcast_group_password: orientdb
|
orientdb_hazelcast_group_password: orientdb
|
||||||
# This works on the enterprise version only.
|
# This works on the enterprise version only.
|
||||||
orientbd_hazelcast_encryption: False
|
orientdb_hazelcast_encryption: False
|
||||||
orientdb_hazelcast_port_min: 2434
|
orientdb_hazelcast_port_min: 2434
|
||||||
orientdb_hazelcast_port_max: 2454
|
orientdb_hazelcast_port_max: 2454
|
||||||
orientdb_hazelcast_multicast_enabled: False
|
orientdb_hazelcast_multicast_enabled: False
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
</tcp-ip>
|
</tcp-ip>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</join>
|
</join>
|
||||||
{% if orientbd_hazelcast_encryption %}
|
{% if orientdb_hazelcast_encryption %}
|
||||||
<symmetric-encryption enabled="true">
|
<symmetric-encryption enabled="true">
|
||||||
<algorithm>Blowfish</algorithm>
|
<algorithm>Blowfish</algorithm>
|
||||||
<salt>{{ orientdb_hazelcast_salt }}</salt>
|
<salt>{{ orientdb_hazelcast_salt }}</salt>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<orient-server>
|
<orient-server>
|
||||||
<handlers>
|
<handlers>
|
||||||
{% if orientbd_graph_server_enabled %}
|
{% if orientdb_graph_server_enabled %}
|
||||||
<handler class="com.orientechnologies.tinkerpop.handler.OGraphServerHandler">
|
<handler class="com.orientechnologies.tinkerpop.handler.OGraphServerHandler">
|
||||||
<parameters>
|
<parameters>
|
||||||
<parameter name="enabled" value="true"/>
|
<parameter name="enabled" value="true"/>
|
||||||
|
|
Loading…
Reference in New Issue