fixed wrong RPC port in processes-ec2.json

This commit is contained in:
cubedro 2015-07-31 17:51:16 +03:00
parent bd652322d3
commit 0064f0336c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
{
"NODE_ENV" : "production",
"RPC_HOST" : "localhost",
"RPC_PORT" : "8548",
"RPC_PORT" : "8545",
"LISTENING_PORT" : "30303",
"INSTANCE_NAME" : "",
"CONTACT_DETAILS" : "",