updated README.md
This commit is contained in:
parent
30d2609c3c
commit
20813967e5
@ -29,6 +29,7 @@ Configure the app modifying [processes.json](/eth-net-intelligence-api/blob/mast
|
||||
"RPC_HOST" : "localhost", // eth JSON-RPC host
|
||||
"RPC_PORT" : "8080", // eth JSON-RPC port
|
||||
"ETH_IMPLEMENTATION" : "cpp", // eth implementation: "cpp" or "go"
|
||||
"INSTANCE_NAME" : "",
|
||||
"WS_SERVER" : "", // path to eth-netstats WebSockets api server
|
||||
"WS_SECRET" : "", // WebSockets api server secret used for login
|
||||
}
|
||||
|
@ -26,11 +26,11 @@
|
||||
"exec_mode" : "fork_mode",
|
||||
"env":
|
||||
{
|
||||
"INSTANCE_NAME" : "",
|
||||
"NODE_ENV" : "production",
|
||||
"RPC_HOST" : "localhost",
|
||||
"RPC_PORT" : "8080",
|
||||
"ETH_IMPLEMENTATION" : "go",
|
||||
"INSTANCE_NAME" : "",
|
||||
"WS_SERVER" : "wss://eth-netstats.herokuapp.com",
|
||||
"WS_SECRET" : "eth-net-stats-has-a-secret",
|
||||
}
|
||||
|
@ -26,11 +26,11 @@
|
||||
"exec_mode" : "fork_mode",
|
||||
"env":
|
||||
{
|
||||
"INSTANCE_NAME" : "",
|
||||
"NODE_ENV" : "production",
|
||||
"RPC_HOST" : "localhost",
|
||||
"RPC_PORT" : "8080",
|
||||
"ETH_IMPLEMENTATION" : "cpp",
|
||||
"INSTANCE_NAME" : "",
|
||||
"WS_SERVER" : "wss://eth-netstats.herokuapp.com",
|
||||
"WS_SECRET" : "eth-net-stats-has-a-secret",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user