development: adapter: redis url: <%= ENV.fetch("OFN_REDIS_CABLE_URL", "redis://localhost:6379/1") %> channel_prefix: your_application_development production: adapter: redis url: <%= ENV.fetch("OFN_REDIS_CABLE_URL", "redis://localhost:6379/0") %> channel_prefix: your_application_production staging: adapter: redis url: <%= ENV.fetch("OFN_REDIS_CABLE_URL", "redis://localhost:6379/0") %> channel_prefix: your_application_staging test: adapter: redis url: <%= ENV.fetch("OFN_REDIS_CABLE_URL", "redis://localhost:6379/1") %> channel_prefix: your_application_test