Skip to content

Instantly share code, notes, and snippets.

@ignaciojonas
Last active March 3, 2021 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ignaciojonas/a68819e23abc49cac6f46880edcfb76e to your computer and use it in GitHub Desktop.
Save ignaciojonas/a68819e23abc49cac6f46880edcfb76e to your computer and use it in GitHub Desktop.
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