Merge pull request #133 from ethers/configSecret
refer people to forum post about WS_SECRET
This commit is contained in:
commit
1bb6760d11
4
app.json
4
app.json
@ -16,7 +16,7 @@
|
|||||||
"INSTANCE_NAME" : "",
|
"INSTANCE_NAME" : "",
|
||||||
"CONTACT_DETAILS" : "",
|
"CONTACT_DETAILS" : "",
|
||||||
"WS_SERVER" : "wss://stats.ethdev.com",
|
"WS_SERVER" : "wss://stats.ethdev.com",
|
||||||
"WS_SECRET" : "eth-net-stats-has-a-secret",
|
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"INSTANCE_NAME" : "",
|
"INSTANCE_NAME" : "",
|
||||||
"CONTACT_DETAILS" : "",
|
"CONTACT_DETAILS" : "",
|
||||||
"WS_SERVER" : "wss://stats.ethdev.com",
|
"WS_SERVER" : "wss://stats.ethdev.com",
|
||||||
"WS_SECRET" : "eth-net-stats-has-a-secret",
|
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user