From 9d782eccdf74907a7b0497f09e54c68d45527180 Mon Sep 17 00:00:00 2001 From: cubedro Date: Fri, 8 May 2015 21:27:14 +0300 Subject: [PATCH] move to stats.ethdev.com --- README.md | 2 +- app.json | 2 +- processes-ec2.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78bd659..d3503d7 100644 --- a/README.md +++ b/README.md @@ -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 } ``` diff --git a/app.json b/app.json index c0be4ab..35b90e1 100644 --- a/app.json +++ b/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", } } diff --git a/processes-ec2.json b/processes-ec2.json index aa834d6..794be48 100644 --- a/processes-ec2.json +++ b/processes-ec2.json @@ -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", } }