summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ebin/plop.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/plop.app b/ebin/plop.app
index dd40311..5aa9f97 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -5,5 +5,5 @@
{modules, [plop_app, plop_sup, plop, db, ht, hex]},
{applications, [kernel, stdlib, mnesia]}, % crypto, public_key
{registered, [plop, db]},
- {mod, {plop_app, []}} % <-- key file and pass phrase
+ {mod, {plop_app, ["test/eckey.pem", "test/eckey-public.pem"]}}
]}.