orientbd -> orientdb

This commit is contained in:
Andrea Dell'Amico 2020-07-06 16:54:46 +02:00
parent ff888f44bc
commit 25116bdaea
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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>

View File

@ -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"/>