Created
June 11, 2014 04:57
-
-
Save al3xandru/272e0de1d399f6bae3d3 to your computer and use it in GitHub Desktop.
Example connectionList.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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