From 94f6296a37b81a4039e62ed3a00bd448b5963da4 Mon Sep 17 00:00:00 2001 From: Matt Burke Date: Fri, 3 May 2013 07:27:38 -0400 Subject: [PATCH] Encourage the use of a unique secret token. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 45c1942ca..13a588b14 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ git clone git://github.com/swanson/stringer.git heroku create git push heroku master +heroku config:set SECRET_TOKEN=`openssl rand -hex 20` + heroku run rake db:migrate heroku restart #needed for DelayedJob/unicorn setup