Sha256: 0aeed1a7a08a23d02dfcf6edca8aa2dd390b7fe2272cd6cb54d0d9424c25e53c
Contents?: true
Size: 363 Bytes
Versions: 18
Compression:
Stored size: 363 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) %> password: <%= ENV['REDIS_PASSWORD'] %>
Version data entries
18 entries across 18 versions & 1 rubygems