diff options
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/ctls.app | 9 |
1 files changed, 9 insertions, 0 deletions
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"]}}]}. |