Merge pull request #120 from cubedro/develop

updated JSON-RPC port to 8545 in readme.md
This commit is contained in:
Marian OANCΞA 2015-05-11 21:43:57 +03:00
commit 2b3be1ea7e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ 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
"RPC_PORT" : "8545", // 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)