diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-05-05 15:59:03 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-05-05 15:59:03 +0200 |
commit | 53d2c054d021c194f758f347431e72b5fa5c0cf1 (patch) | |
tree | ec7dfe1777111ea7688a9413a70e59ad0a4f306a /ebin/ctls.app | |
parent | 6d6561a902f2352f8dc1b7a28c37694e71fade16 (diff) |
Add config and app files.
Diffstat (limited to 'ebin/ctls.app')
-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"]}}]}. |