Merge pull request #137 from ethers/ethers-patch-1

README since many people in IRC etc keep asking about WS_SECRET
This commit is contained in:
Marian OANCΞA 2015-05-16 01:01:11 +03:00
commit 782d1b177b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Configure the app modifying [processes.json](/eth-net-intelligence-api/blob/mast
"INSTANCE_NAME" : "", // whatever you wish to name your node
"CONTACT_DETAILS" : "", // add your contact details here if you wish (email/skype)
"WS_SERVER" : "wss://stats.ethdev.com", // path to eth-netstats WebSockets api server
"WS_SECRET" : "", // WebSockets api server secret used for login
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic", // WebSockets api server secret used for login
}
```