Sha256: 9ee4ee566a3ac1228ed2f994d7657561a6a4ade2cf574e8ea0675ef429021541
Contents?: true
Size: 451 Bytes
Versions: 11
Compression:
Stored size: 451 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
11 entries across 11 versions & 1 rubygems