diff options
Diffstat (limited to 'ebin/catlfish.app')
-rw-r--r-- | ebin/catlfish.app | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app new file mode 100644 index 0000000..33d7050 --- /dev/null +++ b/ebin/catlfish.app @@ -0,0 +1,10 @@ +%% Application resource file for catlfish (in -*- erlang -*- mode). +%% Point out the proper configuration file (-config catlfish) when +%% starting beam. +{application, catlfish, + [{description, "catlfish -- Certificate Transparency Log Server"}, + {vsn, "0.0.1"}, + {modules, [v1]}, + {applications, [kernel, stdlib, plop, inets]}]}. +%% {registered, [catlfish]}]}. +%% {mod, {catlfish, ["test/eckey.pem", "test/eckey-public.pem"]}}]}. |