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

Version Path
kredis-1.2.0 lib/install/shared.yml
authentication-zero-2.12.6 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.12.5 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.12.4 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.12.3 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.12.2 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.12.1 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.12.0 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.11.2 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.11.1 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.11.0 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.10.0 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.9.3 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.9.2 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.9.1 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.9.0 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.8.4 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.8.3 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.8.2 lib/generators/authentication/templates/config/redis/shared.yml
authentication-zero-2.8.1 lib/generators/authentication/templates/config/redis/shared.yml