Merge pull request #31 from bendyworks/master

README: should have 64-byte secret_token, not 128-bit
This commit is contained in:
joshua stein 2012-10-20 10:05:03 -07:00
commit b6b8a0d7ca

View file

@ -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: