Skip to content

Instantly share code, notes, and snippets.

@tambakoo
Created May 17, 2019 13:56
Show Gist options
  • Save tambakoo/b6c37c9e60f9ac194538c828eaaf4962 to your computer and use it in GitHub Desktop.
Save tambakoo/b6c37c9e60f9ac194538c828eaaf4962 to your computer and use it in GitHub Desktop.
development:
adapter: redis
url: redis://localhost:6379/1
test:
adapter: async
staging:
adapter: redis
url: <%= "redis://#{ENV['REDIS_ADDRESS']}:6379/1"%>
# channel_prefix: educatly-api_staging
production:
adapter: redis
url: <%= "redis://#{ENV['REDIS_ADDRESS']}:6379/1"%>
# channel_prefix: educatly-api_production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment