Redis is not needed in development

trunk
Matt Brictson 2 years ago
parent a80a7c5cc0
commit d12abef774
No known key found for this signature in database
GPG Key ID: E379525AE7FB9561

@ -12,7 +12,6 @@ This project requires:
* Ruby <%= RUBY_VERSION %>, preferably managed using [rbenv][]
* PostgreSQL must be installed and accepting connections
* [Redis][] must be installed and running on localhost with the default port
On a Mac, you can obtain all of the above packages using [Homebrew][].
@ -62,5 +61,4 @@ Optionally:
* `WEB_CONCURRENCY`
[rbenv]:https://github.com/sstephenson/rbenv
[redis]:http://redis.io
[Homebrew]:http://brew.sh

@ -1,4 +1,2 @@
# These environment variables are needed to run the app locally.
# Copy these into a file named .env.development to have them loaded automatically.
REDIS_URL=redis://localhost:6379/<%= rand(16) %>

Loading…
Cancel
Save