move to stats.ethdev.com
This commit is contained in:
parent
07f66e356e
commit
9d782eccdf
@ -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)
|
"LISTENING_PORT" : "30303", // eth listening port (only used for display)
|
||||||
"INSTANCE_NAME" : "", // whatever you wish to name your node
|
"INSTANCE_NAME" : "", // whatever you wish to name your node
|
||||||
"CONTACT_DETAILS" : "", // add your contact details here if you wish (email/skype)
|
"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
|
"WS_SECRET" : "", // WebSockets api server secret used for login
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
2
app.json
2
app.json
@ -15,7 +15,7 @@
|
|||||||
"LISTENING_PORT" : "30303",
|
"LISTENING_PORT" : "30303",
|
||||||
"INSTANCE_NAME" : "",
|
"INSTANCE_NAME" : "",
|
||||||
"CONTACT_DETAILS" : "",
|
"CONTACT_DETAILS" : "",
|
||||||
"WS_SERVER" : "wss://eth-netstats.herokuapp.com",
|
"WS_SERVER" : "wss://stats.ethdev.com",
|
||||||
"WS_SECRET" : "eth-net-stats-has-a-secret",
|
"WS_SECRET" : "eth-net-stats-has-a-secret",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
"LISTENING_PORT" : "30303",
|
"LISTENING_PORT" : "30303",
|
||||||
"INSTANCE_NAME" : "",
|
"INSTANCE_NAME" : "",
|
||||||
"CONTACT_DETAILS" : "",
|
"CONTACT_DETAILS" : "",
|
||||||
"WS_SERVER" : "wss://eth-netstats.herokuapp.com",
|
"WS_SERVER" : "wss://stats.ethdev.com",
|
||||||
"WS_SECRET" : "eth-net-stats-has-a-secret",
|
"WS_SECRET" : "eth-net-stats-has-a-secret",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user