Created
April 23, 2016 07:40
-
-
Save Kalimaha/f8d10eac21ed1b0c6039b0ebb83f756a to your computer and use it in GitHub Desktop.
Development settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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