Last active
August 29, 2015 14:02
-
-
Save mpenick/e2ff589b00ff1f017d4e to your computer and use it in GitHub Desktop.
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
# | |
# This is configuration file for CCMBridge library. | |
# Options have same name as in .NET CCMBridge settings file, | |
# except USE_NOBUFFERING which now is replaced by USE_BUFFERNING option. | |
# | |
IP_PREFIX=127.0.0. | |
CASSANDRA_VERSION=2.0.7 | |
# Addresses MUST be in IP form | |
# Amazon | |
SSH_HOST=127.0.0.1 | |
SSH_PORT=22 | |
SSH_USERNAME= | |
SSH_PASSWORD= | |
# | |
# Use NO or YES for binary options | |
# | |
USE_COMPRESSION=NO | |
USE_BUFFERING=YES | |
USE_LOGGER=YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment