Sha256: ba918a75f13e41b8e163c070b8ef2021219e1f311f4d5a228ff2f33fc8e1e2a8

Contents?: true

Size: 247 Bytes

Versions: 1

Compression:

Stored size: 247 Bytes

Contents

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

test:
  adapter: async

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
loco-rails-3.0.4 test/dummy/config/cable.yml