diff --git a/config/cable.yml b/config/cable.yml index 1aeb76f7c..33e584883 100644 --- a/config/cable.yml +++ b/config/cable.yml @@ -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