Skip to content

Instantly share code, notes, and snippets.

@Heavyblade
Created July 1, 2013 19:37
Show Gist options
  • Select an option

  • Save Heavyblade/5903859 to your computer and use it in GitHub Desktop.

Select an option

Save Heavyblade/5903859 to your computer and use it in GitHub Desktop.
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