From 69e5511b4ede55a1ab856a74ba1cf59c05a0f9f4 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 4 May 2014 10:11:59 +0200 Subject: Pass test key file arguments at application startup. --- ebin/plop.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]}} ]}. -- cgit v1.1