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

Version Path
hyrax-5.0.0.rc1 .dassie/config/redis.yml
hyrax-3.6.0 .dassie/config/redis.yml
hyrax-4.0.0 .dassie/config/redis.yml
hyrax-4.0.0.rc3 .dassie/config/redis.yml
hyrax-4.0.0.rc2 .dassie/config/redis.yml
hyrax-4.0.0.rc1 .dassie/config/redis.yml
hyrax-3.5.0 .dassie/config/redis.yml
hyrax-4.0.0.beta2 .dassie/config/redis.yml
hyrax-3.4.2 .dassie/config/redis.yml
hyrax-4.0.0.beta1 .dassie/config/redis.yml
hyrax-3.4.1 .dassie/config/redis.yml
hyrax-3.4.0 .dassie/config/redis.yml
hyrax-3.3.0 .dassie/config/redis.yml
hyrax-3.2.0 .dassie/config/redis.yml
hyrax-3.1.0 .dassie/config/redis.yml
hyrax-3.0.2 .dassie/config/redis.yml
hyrax-3.0.1 .dassie/config/redis.yml
hyrax-3.0.0 .dassie/config/redis.yml