You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
506 B
Django/Jinja

{
"autoDeploy": {{ orientdb_distributed_autodeploy }},
"readQuorum": {{ orientdb_distributed_readquorum }},
"writeQuorum": "{{ orientdb_distributed_writequorum }}",
"executionMode": "{{ orientdb_distributed_executionmode }}",
"readYourWrites": {{ orientdb_distributed_readyourwrites }},
"newNodeStrategy": "{{ orientdb_new_node_strategy }}",
"servers": {
"*": "master"
},
"clusters": {
"internal": {
},
"*": {
"servers": ["<NEW_NODE>"]
}
}
}