Sha256: 8bf919ad312e1ff1b3c2f357d0123bf1d97d65406c44720e1110f9d9199c9e59

Contents?: true

Size: 230 Bytes

Versions: 12

Compression:

Stored size: 230 Bytes

Contents

development:
  adapter: redis
  url: redis://localhost:6379/1

test:
  adapter: test

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ruby-clock-2.0.1 example-rails-7-app/config/cable.yml
ruby-clock-2.0.0 example-rails-7-app/config/cable.yml
ruby-clock-2.0.0.beta10 example-rails-7-app/config/cable.yml
ruby-clock-2.0.0.beta9 example-rails-7-app/config/cable.yml
ruby-clock-2.0.0.beta8 example-rails-7-app/config/cable.yml
ruby-clock-2.0.0.beta7 example-rails-7-app/config/cable.yml
ruby-clock-2.0.0.beta6 example-rails-7-app/config/cable.yml
ruby-clock-2.0.0.beta5 example-rails-app/config/cable.yml
ruby-clock-2.0.0.beta4 example-rails-app/config/cable.yml
ruby-clock-2.0.0.beta3 example-rails-app/config/cable.yml
ruby-clock-2.0.0.beta2 example-rails-app/config/cable.yml
ruby-clock-2.0.0.beta1 example-rails-app/config/cable.yml