development: adapter: redis url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/3" } %> channel_prefix: production test: adapter: test production: adapter: redis url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/3" } %> channel_prefix: production