Skip to content

Instantly share code, notes, and snippets.

@jayuen
Created June 15, 2012 17:02
Show Gist options
  • Save jayuen/2937591 to your computer and use it in GitHub Desktop.
Save jayuen/2937591 to your computer and use it in GitHub Desktop.
mongoid.yml for staging
staging:
database: app604162
username: <%= ENV['MONGO_USERNAME'] %>
password: <%= ENV['MONGO_PASSWORD'] %>
hosts:
- - staff.mongohq.com
- 10020
max_retries_on_conncection_failure: 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment