adding default riak config to akka-reference.conf
This commit is contained in:
parent
34e07451fb
commit
942ed3d186
1 changed files with 14 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue