From 53d2c054d021c194f758f347431e72b5fa5c0cf1 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 5 May 2014 15:59:03 +0200 Subject: Add config and app files. --- ebin/ctls.app | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ebin/ctls.app (limited to 'ebin') diff --git a/ebin/ctls.app b/ebin/ctls.app new file mode 100644 index 0000000..eeaaf11 --- /dev/null +++ b/ebin/ctls.app @@ -0,0 +1,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"]}}]}. -- cgit v1.1