From 985fd30939e9901ea2c7f82d747e975d4e4ed50a Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Sun, 1 Mar 2015 13:32:04 +0100 Subject: Make sign and ht optional processes. Move sign args to config. --- ebin/plop.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ebin') diff --git a/ebin/plop.app b/ebin/plop.app index a2a0dd4..4d07d2b 100644 --- a/ebin/plop.app +++ b/ebin/plop.app @@ -8,5 +8,5 @@ {modules, [plop_app, plop_sup, plop, db, ht, hex]}, {applications, [kernel, stdlib]}, % crypto, public_key {registered, [plop, ht, db]}, - {mod, {plop_app, ["test/eckey.pem", "test/eckey-public.pem"]}} + {mod, {plop_app, []}} ]}. -- cgit v1.1