commit
d6626150cd
@ -31,7 +31,7 @@ Configure the app modifying [processes.json](/eth-net-intelligence-api/blob/mast
|
||||
"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_SERVER" : "wss://stats.ethdev.com", // path to eth-netstats WebSockets api server
|
||||
"WS_SECRET" : "", // WebSockets api server secret used for login
|
||||
}
|
||||
```
|
||||
|
2
app.json
2
app.json
@ -15,7 +15,7 @@
|
||||
"LISTENING_PORT" : "30303",
|
||||
"INSTANCE_NAME" : "",
|
||||
"CONTACT_DETAILS" : "",
|
||||
"WS_SERVER" : "wss://eth-netstats.herokuapp.com",
|
||||
"WS_SERVER" : "wss://stats.ethdev.com",
|
||||
"WS_SECRET" : "eth-net-stats-has-a-secret",
|
||||
}
|
||||
}
|
||||
|
@ -32,7 +32,7 @@
|
||||
"LISTENING_PORT" : "30303",
|
||||
"INSTANCE_NAME" : "",
|
||||
"CONTACT_DETAILS" : "",
|
||||
"WS_SERVER" : "wss://eth-netstats.herokuapp.com",
|
||||
"WS_SERVER" : "wss://stats.ethdev.com",
|
||||
"WS_SECRET" : "eth-net-stats-has-a-secret",
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user