Add staging for redis cable

This commit is contained in:
Xavier J 2017-01-02 10:22:43 +01:00
parent a6dc2bab15
commit 35827a2e25

View file

@ -2,6 +2,10 @@ production:
adapter: redis
url: redis://localhost:6379
staging:
adapter: redis
url: redis://localhost:6379
development:
adapter: redis
url: redis://localhost:6379