Created
July 1, 2013 19:37
-
-
Save Heavyblade/5903859 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
| development: | |
| sessions: | |
| default: | |
| database: <%= ENV["OAUTH_ENV"] %>-plataforma | |
| hosts: | |
| - localhost:27017 | |
| options: | |
| test: | |
| sessions: | |
| default: | |
| database: <%= ENV["OAUTH_ENV"] %>-plataforma | |
| hosts: | |
| - localhost:27017 | |
| options: | |
| consistency: :strong | |
| # In the test environment we lower the retries and retry interval to | |
| # low amounts for fast failures. | |
| max_retries: 1 | |
| retry_interval: 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment