Currently active-orient picks server details from a connect.yml file.
The following lines takes the config in the activeorient.rb file.
username = eval(connectyml[:user])
password = eval(connectyml[:pass])
server = eval(serveryml[:server])
port = eval(serveryml[:port])
However I have setup OrientDB in a distributed mode. Is there a way active-orient can communicate with all the nodes in the distributed configuration?
Currently active-orient picks server details from a
connect.ymlfile.The following lines takes the config in the activeorient.rb file.
However I have setup OrientDB in a distributed mode. Is there a way active-orient can communicate with all the nodes in the distributed configuration?