Skip to content

Commit

Permalink
{level, advanced} -> hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe DeVivo committed Feb 12, 2014
1 parent 4632d34 commit d7fc036
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions priv/riak_core.schema
Expand Up @@ -7,7 +7,7 @@
{mapping, "buckets.default.n_val", "riak_core.default_bucket_props.n_val", [
{datatype, integer},
{default, 3},
{level, advanced}
hidden
]}.

%% @doc Number of partitions in the cluster (only valid when first
Expand Down Expand Up @@ -47,7 +47,7 @@
{mapping, "ring.state_dir", "riak_core.ring_state_dir", [
{datatype, directory},
{default, "#(platform_data_dir)/ring"},
{level, advanced}
hidden
]}.

%% @doc Default cert location for https can be overridden
Expand Down Expand Up @@ -76,7 +76,7 @@
{mapping, "handoff.port", "riak_core.handoff_port", [
{default, {{handoff_port}} },
{datatype, integer},
{level, advanced}
hidden
]}.

%% @doc To encrypt riak_core intra-cluster data handoff traffic,
Expand All @@ -86,13 +86,13 @@
{mapping, "handoff.ssl.certfile", "riak_core.handoff_ssl_options.certfile", [
%% {commented, "/tmp/erlserver.pem"},
{datatype, file},
{level, advanced}
hidden
]}.

%% @doc if you need a seperate keyfile for handoff
{mapping, "handoff.ssl.keyfile", "riak_core.handoff_ssl_options.keyfile", [
{datatype, file},
{level, advanced}
hidden
]}.

%% @doc DTrace support Do not enable 'dtrace' unless your Erlang/OTP
Expand All @@ -107,35 +107,30 @@
%% @doc Platform-specific installation paths (substituted by rebar)
{mapping, "platform_bin_dir", "riak_core.platform_bin_dir", [
{datatype, directory},
{level, basic},
{default, "{{platform_bin_dir}}"}
]}.

%% @see platform_bin_dir
{mapping, "platform_data_dir", "riak_core.platform_data_dir", [
{datatype, directory},
{level, basic},
{default, "{{platform_data_dir}}"}
]}.

%% @see platform_bin_dir
{mapping, "platform_etc_dir", "riak_core.platform_etc_dir", [
{datatype, directory},
{level, basic},
{default, "{{platform_etc_dir}}"}
]}.

%% @see platform_bin_dir
{mapping, "platform_lib_dir", "riak_core.platform_lib_dir", [
{datatype, directory},
{level, basic},
{default, "{{platform_lib_dir}}"}
]}.

%% @see platform_bin_dir
{mapping, "platform_log_dir", "riak_core.platform_log_dir", [
{datatype, directory},
{level, basic},
{default, "{{platform_log_dir}}"}
]}.

Expand Down

0 comments on commit d7fc036

Please sign in to comment.