%% 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"]}}]}.