From d9115eb244377d972ecae476a9fc1c7984c2b443 Mon Sep 17 00:00:00 2001 From: cubedro Date: Fri, 17 Apr 2015 00:40:46 +0300 Subject: [PATCH] changed README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be162af..78bd659 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ Configure the app modifying [processes.json](/eth-net-intelligence-api/blob/mast "NODE_ENV" : "production", // tell the client we're in production environment "RPC_HOST" : "localhost", // eth JSON-RPC host "RPC_PORT" : "8080", // eth JSON-RPC port + "LISTENING_PORT" : "30303", // eth listening port (only used for display) "INSTANCE_NAME" : "", // whatever you wish to name your node + "CONTACT_DETAILS" : "", // add your contact details here if you wish (email/skype) "WS_SERVER" : "wss://eth-netstats.herokuapp.com", // path to eth-netstats WebSockets api server "WS_SECRET" : "", // WebSockets api server secret used for login }