# Make it possible to switch adapters by passing the ACTION_CABLE_ADAPTER env variable. # For example, you can use it fallback to the standard Action Cable in staging/review # environments (by setting `ACTION_CABLE_ADAPTER=redis`). development:

adapter: <%%= ENV.fetch("ACTION_CABLE_ADAPTER", "any_cable") %>

test:

adapter: test

production:

adapter: <%%= ENV.fetch("ACTION_CABLE_ADAPTER", "any_cable") %>