summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-03-01 13:32:04 +0100
committerMagnus Ahltorp <map@kth.se>2015-03-01 13:32:04 +0100
commit985fd30939e9901ea2c7f82d747e975d4e4ed50a (patch)
treee9262388ca5a6bee0d805a26098e5ed6bb8dfd2b /ebin
parent0aff0f752fd4a5d342fbb1a9a9192ae239f48b1f (diff)
Make sign and ht optional processes. Move sign args to config.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/plop.app2
1 files changed, 1 insertions, 1 deletions
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, []}}
]}.