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