Skip to content

Instantly share code, notes, and snippets.

@Kalimaha
Created April 23, 2016 07:40
Show Gist options
  • Select an option

  • Save Kalimaha/f8d10eac21ed1b0c6039b0ebb83f756a to your computer and use it in GitHub Desktop.

Select an option

Save Kalimaha/f8d10eac21ed1b0c6039b0ebb83f756a to your computer and use it in GitHub Desktop.
Development settings
Rails.application.configure do
# Other stuff
# Rails instance
config.x.redis.host = 'localhost'
config.x.redis.port = 6379
config.x.redis.password = nil
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment