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

Version Path
hyrax-5.0.2 .dassie/config/redis.yml
hyrax-5.0.1 .dassie/config/redis.yml
hyrax-5.0.0 .dassie/config/redis.yml
hyrax-5.0.0.rc3 .dassie/config/redis.yml
hyrax-5.0.0.rc2 .dassie/config/redis.yml