2016-09-28 19:19:03 +02:00
|
|
|
{
|
|
|
|
"autoDeploy": {{ orientdb_distributed_autodeploy }},
|
|
|
|
"readQuorum": {{ orientdb_distributed_readquorum }},
|
|
|
|
"writeQuorum": "{{ orientdb_distributed_writequorum }}",
|
|
|
|
"executionMode": "{{ orientdb_distributed_executionmode }}",
|
|
|
|
"readYourWrites": {{ orientdb_distributed_readyourwrites }},
|
2018-09-05 16:37:17 +02:00
|
|
|
"newNodeStrategy": "{{ orientdb_new_node_strategy }}",
|
2016-09-28 19:19:03 +02:00
|
|
|
"servers": {
|
|
|
|
"*": "master"
|
|
|
|
},
|
|
|
|
"clusters": {
|
|
|
|
"internal": {
|
|
|
|
},
|
|
|
|
"*": {
|
|
|
|
"servers": ["<NEW_NODE>"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|