Sha256: bc325cdc768eebdbbb9263403444063a3e4fb6fa7b86fe1b59127002052c567c

Contents?: true

Size: 249 Bytes

Versions: 9

Compression:

Stored size: 249 Bytes

Contents

development: &default
  host: <%= ENV["BOXEN_REDIS_HOST"] || ENV["REDIS_HOST"] || "127.0.0.1" %>
  port: <%= ENV["BOXEN_REDIS_PORT"] || ENV["REDIS_PORT"] || 6379 %>

test:
  <<: *default

production: &deploy
  url: <%= ENV.fetch("REDIS_URL", "") %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
potassium-6.0.0 lib/potassium/assets/redis.yml
potassium-5.2.3 lib/potassium/assets/redis.yml
potassium-5.2.2 lib/potassium/assets/redis.yml
potassium-5.2.1 lib/potassium/assets/redis.yml
potassium-5.2.0 lib/potassium/assets/redis.yml
potassium-5.1.4 lib/potassium/assets/redis.yml
potassium-5.1.3 lib/potassium/assets/redis.yml
potassium-5.1.2 lib/potassium/assets/redis.yml
potassium-5.1.1 lib/potassium/assets/redis.yml