Sha256: fcde2634e52a6f716a04f17cee67e9f52bf95e0100d7bed064d32bbe0cbd65e4

Contents?: true

Size: 385 Bytes

Versions: 2

Compression:

Stored size: 385 Bytes

Contents

# Make it possible to switch adapters by passing the CABLE_ADAPTER env variable.
# For example, you can use it fallback to the standard Action Cable in staging/review
# environments (by setting `CABLE_ADAPTER=redis`).
development:
  adapter: <%%= ENV.fetch("CABLE_ADAPTER", "any_cable") %>

test:
  adapter: test

production:
  adapter: <%%= ENV.fetch("CABLE_ADAPTER", "any_cable") %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
anycable-rails-1.0.0.preview2 lib/rails/generators/anycable/setup/templates/config/cable.yml.tt
anycable-rails-1.0.0.preview1 lib/rails/generators/anycable/setup/templates/config/cable.yml.tt