Sha256: 60a1ee0326ea5d93c0c7d61c2c2c169c3decd40d6eb272e442beb9f9f9c3b23f
Contents?: true
Size: 460 Bytes
Versions: 66
Compression:
Stored size: 460 Bytes
Contents
production: &production url: <%= ENV.fetch("REDIS_URL", "redis://127.0.0.1:6379/0") %> timeout: 1 development: &development url: <%= ENV.fetch("REDIS_URL", "redis://127.0.0.1:6379/0") %> timeout: 1 # You can also specify host, port, and db instead of url # host: <%= ENV.fetch("REDIS_SHARED_HOST", "127.0.0.1") %> # port: <%= ENV.fetch("REDIS_SHARED_PORT", "6379") %> # db: <%= ENV.fetch("REDIS_SHARED_DB", "11") %> test: <<: *development
Version data entries
66 entries across 66 versions & 3 rubygems