From 70d741c8acceac6a60f78379d767af7ff745d41f Mon Sep 17 00:00:00 2001 From: ethers Date: Thu, 14 May 2015 00:59:11 -0700 Subject: [PATCH] refer people to forum post about WS_SECRET (too many times asked in IRC etc) --- app.json | 4 ++-- processes-ec2.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 35b90e1..1dd6c7a 100644 --- a/app.json +++ b/app.json @@ -16,7 +16,7 @@ "INSTANCE_NAME" : "", "CONTACT_DETAILS" : "", "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", } } -] \ No newline at end of file +] diff --git a/processes-ec2.json b/processes-ec2.json index f90fc7f..7d6e2e5 100644 --- a/processes-ec2.json +++ b/processes-ec2.json @@ -34,7 +34,7 @@ "INSTANCE_NAME" : "", "CONTACT_DETAILS" : "", "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", } } -] \ No newline at end of file +]