Merge pull request #10 from cubedro/develop
added eth_implementation in readme
This commit is contained in:
commit
ce2b5ba228
@ -28,6 +28,7 @@ Configure the app modifying [processes.json](/eth-net-intelligence-api/blob/mast
|
|||||||
"NODE_ENV" : "production", // tell the client we're in production environment
|
"NODE_ENV" : "production", // tell the client we're in production environment
|
||||||
"RPC_HOST" : "localhost", // eth JSON-RPC host
|
"RPC_HOST" : "localhost", // eth JSON-RPC host
|
||||||
"RPC_PORT" : "8080", // eth JSON-RPC port
|
"RPC_PORT" : "8080", // eth JSON-RPC port
|
||||||
|
"ETH_IMPLEMENTATION" : "Cpp", // eth implementation ("Cpp" or "Go")
|
||||||
"WS_SERVER" : "", // path to eth-netstats WebSockets api server
|
"WS_SERVER" : "", // path to eth-netstats WebSockets api server
|
||||||
"WS_SECRET" : "", // WebSockets api server secret used for login
|
"WS_SECRET" : "", // WebSockets api server secret used for login
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user