From ff95d96af2726f5debc36b6458a40ac6f0fa8b01 Mon Sep 17 00:00:00 2001 From: Bradley Grzesiak Date: Sat, 20 Oct 2012 12:02:44 -0500 Subject: [PATCH] Should have 64-byte secret_token, not 128-bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f6c047..56269c6 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ been tested) database, username, and password and put them in a * Create a `config/initializers/secret_token.rb` file: - Lobsters::Application.config.secret_token = 'some 128-bit hexadecimal secret here' + Lobsters::Application.config.secret_token = 'some 64-byte hexadecimal secret here' * (Optional, only needed for search engine) Install Sphinx. Build Sphinx config and start server: