Sha256: 127e0e6a21666ef71db7ff7bf40db27592c51079da5bf3273fd3e101277999dd
Contents?: true
Size: 386 Bytes
Versions: 86
Compression:
Stored size: 386 Bytes
Contents
## # Riak [Database] # database Riak do |db| ## # The node from which to perform the backup. # default: 'riak@127.0.0.1' db.node = 'riak@hostname' ## # The Erlang cookie/shared secret used to connect to the node. # default: 'riak' db.cookie = 'cookie' ## # The user for the Riak instance. # default: 'riak' db.user = 'riak' end
Version data entries
86 entries across 86 versions & 12 rubygems