%%% Copyright (c) 2014, NORDUnet A/S. %%% See LICENSE for licensing information. %%% Application resource file for plop (in -*- erlang -*- mode). {application, plop, [{description, "The plop store"}, {vsn, "0.1.1-dev"}, {modules, [plop_app, plop_sup, plop, db, ht, hex]}, {applications, [kernel, stdlib, mnesia]}, % crypto, public_key {registered, [plop, ht, db]}, {mod, {plop_app, ["test/eckey.pem", "test/eckey-public.pem"]}} ]}.