summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-05-05 15:59:03 +0200
committerLinus Nordberg <linus@nordberg.se>2014-05-05 15:59:03 +0200
commit53d2c054d021c194f758f347431e72b5fa5c0cf1 (patch)
treeec7dfe1777111ea7688a9413a70e59ad0a4f306a /ebin
parent6d6561a902f2352f8dc1b7a28c37694e71fade16 (diff)
Add config and app files.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/ctls.app9
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"]}}]}.