Skip to content

Instantly share code, notes, and snippets.

@mpenick
Last active August 29, 2015 14:02
Show Gist options
  • Save mpenick/e2ff589b00ff1f017d4e to your computer and use it in GitHub Desktop.
Save mpenick/e2ff589b00ff1f017d4e to your computer and use it in GitHub Desktop.
#
# 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