Sha256: 2f71220761cfeba2ae075ffbf3ba24a76c86ee67655ece64cc41ae3db328f7f0
Contents?: true
Size: 254 Bytes
Versions: 71
Compression:
Stored size: 254 Bytes
Contents
development: adapter: redis url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %> test: adapter: test production: adapter: redis url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %> channel_prefix: dummy_production
Version data entries
71 entries across 71 versions & 1 rubygems