Remove file

Not needed yet
This commit is contained in:
martinsumner 2016-08-02 17:54:13 +01:00
parent 33f1efd576
commit 75996b90ca

View file

@ -1,17 +0,0 @@
{application, eleveleddb,
[
{description, ""},
{vsn, "0.0.1"},
{modules, []},
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, {eleveleddb_app, []}},
{env, [
%% Default max file size (in bytes)
{max_file_size, 32#80000000}, % 4GB default
]}
]}.