blob: 2626f7ab749b2779329822813f16045ad98f7e63 [file] [log] [blame]
###########################################
# Decanter Cassandra Appender Configuration
###########################################
# Name of Keyspace
keyspace.name=decanter
# Name of table to write to
table.name=decanter
# Cassandra host name
cassandra.host=
# Cassandra port
cassandra.port=9042
# Marshaller to use
marshaller.target=(dataFormat=json)