adding default riak config to akka-reference.conf

This commit is contained in:
ticktock 2010-10-15 12:26:31 -04:00
parent 34e07451fb
commit 942ed3d186

View file

@ -186,6 +186,20 @@ akka {
bootstrap_urls = "tcp://localhost:6666" # All Valid Voldemort Client properties are valid here, in string form
}
}
riak {
bucket {
ref = "Refs"
maps = "Maps"
vector = "Vectors"
queue = "Queues"
}
client{
host = "localhost"
port = 8087 #Default Riak Protobuf port
}
}
}
camel {