Add schema file
This commit is contained in:
parent
2fdf70ddf6
commit
feb7149a8d
1 changed files with 9 additions and 0 deletions
9
priv/leveled.schema
Normal file
9
priv/leveled.schema
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
%% -*- erlang -*-
|
||||||
|
|
||||||
|
%%%% leveled
|
||||||
|
|
||||||
|
%% @doc A path under which bitcask data files will be stored.
|
||||||
|
{mapping, "leveled.data_root", "leveled.data_root", [
|
||||||
|
{default, "$(platform_data_dir)/leveled"},
|
||||||
|
{datatype, directory}
|
||||||
|
]}.
|
Loading…
Add table
Add a link
Reference in a new issue