Skip to content

Instantly share code, notes, and snippets.

@ignaciojonas
Last active March 3, 2021 18:35
Embed
What would you like to do?
development:
adapter: redis
url: redis://redis:6379/1
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://redis:6379/1" } %>
channel_prefix: BeerStyles_production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment