1
2
3
4
5
6
7
8
9
10
11
12
13
|
%%% Copyright (c) 2014, NORDUnet A/S.
%%% See LICENSE for licensing information.
%% 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.1.1-dev"},
{modules, [v1]},
{applications, [kernel, stdlib, plop, inets]}]}.
%% {registered, [catlfish]}]}.
%% {mod, {catlfish, ["test/eckey.pem", "test/eckey-public.pem"]}}]}.
|