move to stats.ethdev.com

This commit is contained in:
cubedro 2015-05-08 21:27:14 +03:00
parent 07f66e356e
commit 9d782eccdf
3 changed files with 3 additions and 3 deletions

View File

@ -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
}
```

View File

@ -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",
}
}

View File

@ -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",
}
}