summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-05-04 10:11:59 +0200
committerLinus Nordberg <linus@nordu.net>2014-05-04 10:11:59 +0200
commit69e5511b4ede55a1ab856a74ba1cf59c05a0f9f4 (patch)
treeba5cd25131e4f41c57c4e9b27755e80f21333b11
parent11c87bf16b794d2e365a52fd0bd3da54f9ec5546 (diff)
Pass test key file arguments at application startup.
-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"]}}
]}.