Sha256: 787333848810e0fa282c62c961d47e0988435dea30e93fb7cc1f67bb5e5de0e1
Contents?: true
Size: 445 Bytes
Versions: 5
Compression:
Stored size: 445 Bytes
Contents
development: host: <%= ENV.fetch('REDIS_HOST', 'localhost') %> port: <%= ENV.fetch('REDIS_PORT', 6379) %> password: <%= ENV['REDIS_PASSWORD'] %> test: host: <%= ENV.fetch('REDIS_HOST', 'localhost') %> port: <%= ENV.fetch('REDIS_PORT', 6379) %> password: <%= ENV['REDIS_PASSWORD'] %> production: host: <%= ENV.fetch('REDIS_HOST', 'localhost') %> port: <%= ENV.fetch('REDIS_PORT', 6379) %> password: <%= ENV['REDIS_PASSWORD'] %>
Version data entries
5 entries across 5 versions & 1 rubygems