Skip to content

Instantly share code, notes, and snippets.

@al3xandru
Created June 11, 2014 04:57
Example connectionList.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<connectionList>
<connections>
<name>Cassandra 2.0.7</name>
<hosts>NODE IP</hosts>
<port>9042</port>
<compression>NONE</compression>
<requiresCredentials>false</requiresCredentials>
<ssl>false</ssl>
<storePassword>false</storePassword>
<login></login>
<encryptedPassword></encryptedPassword>
<truststorePath></truststorePath>
<encryptedTruststorePassword></encryptedTruststorePassword>
<requiresClientAuthentication>false</requiresClientAuthentication>
<keystorePath></keystorePath>
<encryptedKeystorePassword></encryptedKeystorePassword>
</connections>
</connectionList>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment