From aa51e64dd3f5d4dcf5df138fc68d47dcf9228dcb Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 16 Jul 2018 10:32:55 -0400 Subject: [PATCH] Removing code. Doesn't make sense to specify keys when everyone can read them --- templates/demo/config/communication.js | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/demo/config/communication.js b/templates/demo/config/communication.js index b0cb7a5dd..818248258 100644 --- a/templates/demo/config/communication.js +++ b/templates/demo/config/communication.js @@ -43,5 +43,4 @@ module.exports = { privateKey: "your_private_key" // Private Key to be used as a signing key and for message decryption } */ - //} };