Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #49 from tay/docs-env-var
Browse files Browse the repository at this point in the history
[docs] Remove extraneous Heroku config
  • Loading branch information
gsiener committed Aug 1, 2014
2 parents 6cca014 + 4652133 commit 415d477
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -204,7 +204,6 @@ NB: These instructions are for the basic authentication strategy.
heroku run rake db:migrate
heroku config:add REST_AUTH_SITE_KEY=<unique, private and long alphanumeric key, e.g. abcd1234edfg78910>
heroku config:add REST_AUTH_DIGEST_STRETCHES=<count of number of times to apply the digest, 10 recommended>
heroku labs:enable user-env-compile
heroku run console

When inside the console, run the creating a new user step above. You should then be able to access your server and start using it.
Expand Down

0 comments on commit 415d477

Please sign in to comment.