Skip to content

Instantly share code, notes, and snippets.

@yarmand
Created May 21, 2011 16:36
Show Gist options
  • Save yarmand/984665 to your computer and use it in GitHub Desktop.
Save yarmand/984665 to your computer and use it in GitHub Desktop.
mongoid for heroku
defaults: &defaults
host: localhost
# slaves:
# - host: slave1.local
# port: 27018
# - host: slave2.local
# port: 27019
development:
<<: *defaults
database: clatria_development
test:
<<: *defaults
database: clatria_test
# set these environment variables on your prod server
production:
uri: <%= ENV['MONGOHQ_URL'] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment