Skip to content

Instantly share code, notes, and snippets.

@objo
Created October 13, 2010 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save objo/624863 to your computer and use it in GitHub Desktop.
Save objo/624863 to your computer and use it in GitHub Desktop.
# set these environment variables on your prod server
production:
<<: *defaults
host: <%= ENV['MONGOID_HOST'] %>
port: <%= ENV['MONGOID_PORT'] %>
database: <%= ENV['MONGOID_DATABASE'] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment