Skip to content

Instantly share code, notes, and snippets.

@imsickofmaps
Created March 12, 2013 17:39
Show Gist options
  • Save imsickofmaps/5145116 to your computer and use it in GitHub Desktop.
Save imsickofmaps/5145116 to your computer and use it in GitHub Desktop.
Riak config for vumi-go in /etc/riak/
DEFAULT:
{storage_backend, riak_kv_bitcask_backend},
CHANGE TO:
{storage_backend, riak_kv_eleveldb_backend},
DEFAULT:
%% Riak Search Config
{riak_search, [
%% To enable Search functionality set this 'true'.
{enabled, false}
]},
CHANGE TO:
%% Riak Search Config
{riak_search, [
%% To enable Search functionality set this 'true'.
{enabled, true}
]},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment