Last active
August 8, 2018 23:51
-
-
Save breim/fc5e34d619d43a61ba3a5800e29ee68e to your computer and use it in GitHub Desktop.
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
redis: &redis | |
adapter: redis | |
url: redis://localhost:6379/1 | |
production: *redis | |
development: *redis | |
test: *redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment