Skip to content

Instantly share code, notes, and snippets.

@reiddraper
Created October 24, 2013 17:31
Show Gist options
  • Save reiddraper/1c0bcfddb9b61b1a6bd8 to your computer and use it in GitHub Desktop.
Save reiddraper/1c0bcfddb9b61b1a6bd8 to your computer and use it in GitHub Desktop.
[{lager,
[{handlers,
[{lager_console_backend,debug},
{lager_file_backend,
[{"./log/error.log",error,10485760,"$D0",5},
{"./log/console.log",debug,10485760,"$D0",5}]}]}]},
{riak_api,[{pb_backlog,256}]},
{riak_core,[{default_bucket_props,[{allow_mult,true}]}]},
{riak_kv,
[{add_paths,
["/Users/reid/rtdev/riak_cs/current/dev/dev1/lib/riak_cs/ebin"]},
{storage_backend,riak_kv_memory_backend}]},
{riak_repl,
[{fullsync_on_connect,false},
{fullsync_interval,disabled},
{proxy_get,enabled}]}].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment