summaryrefslogtreecommitdiff
path: root/ebin/catlfish.app
blob: 33d705076a10b200d516f8dadcdbfe4171221075 (plain)
1
2
3
4
5
6
7
8
9
10
%% Application resource file for catlfish (in -*- erlang -*- mode).
%% Point out the proper configuration file (-config catlfish) when
%% starting beam.
{application, catlfish,
 [{description, "catlfish -- Certificate Transparency Log Server"},
  {vsn, "0.0.1"},
  {modules, [v1]},
  {applications, [kernel, stdlib, plop, inets]}]}.
%%  {registered, [catlfish]}]}.
%%  {mod, {catlfish, ["test/eckey.pem", "test/eckey-public.pem"]}}]}.