Add staging for redis cable
This commit is contained in:
parent
a6dc2bab15
commit
35827a2e25
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ production:
|
||||||
adapter: redis
|
adapter: redis
|
||||||
url: redis://localhost:6379
|
url: redis://localhost:6379
|
||||||
|
|
||||||
|
staging:
|
||||||
|
adapter: redis
|
||||||
|
url: redis://localhost:6379
|
||||||
|
|
||||||
development:
|
development:
|
||||||
adapter: redis
|
adapter: redis
|
||||||
url: redis://localhost:6379
|
url: redis://localhost:6379
|
||||||
|
|
Loading…
Reference in a new issue