Sha256: 7244b78d21d6d9272a52f38e03bb068951cceee4f05626b04213d68a72b42f9e

Contents?: true

Size: 188 Bytes

Versions: 6

Compression:

Stored size: 188 Bytes

Contents

development:
  adapter: async

test:
  adapter: async

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
yamls-0.2.2 example/rails5/config/cable.yml
yamls-0.2.1 example/rails5/config/cable.yml
yamls-0.2.0 example/rails5/config/cable.yml
yamls-0.1.4 example/rails5/config/cable.yml
yamls-0.1.3 example/rails5/config/cable.yml
yamls-0.1.2 example/rails5/config/cable.yml