Sha256: 7ee0e4d0ed9f0cbd6f697d865f569fd8c3a873db7908db54be124c11d9fe62b4
Contents?: true
Size: 322 Bytes
Versions: 24
Compression:
Stored size: 322 Bytes
Contents
development: host: <%= ENV.fetch('REDIS_HOST', 'localhost') %> port: <%= ENV.fetch('REDIS_PORT', 6379) %> test: host: <%= ENV.fetch('REDIS_HOST', 'localhost') %> port: <%= ENV.fetch('REDIS_PORT', 6379) %> production: host: <%= ENV.fetch('REDIS_HOST', 'localhost') %> port: <%= ENV.fetch('REDIS_PORT', 6379) %>
Version data entries
24 entries across 22 versions & 1 rubygems